From be102ae06e8f986bd9d1a544cd2752e5fa94231a Mon Sep 17 00:00:00 2001
From: binxie <137736985@qq.com>
Date: 星期二, 11 七月 2023 14:23:51 +0800
Subject: [PATCH] LEX Community Deploy0711

---
 force-app/main/default/lwc/lexmultiSelectComboboxItem/lexmultiSelectComboboxItem.js-meta.xml |   10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)

diff --git a/force-app/main/default/lwc/lexmultiSelectComboboxItem/lexmultiSelectComboboxItem.js-meta.xml b/force-app/main/default/lwc/lexmultiSelectComboboxItem/lexmultiSelectComboboxItem.js-meta.xml
index 2f8b9d9..3fe0e73 100644
--- a/force-app/main/default/lwc/lexmultiSelectComboboxItem/lexmultiSelectComboboxItem.js-meta.xml
+++ b/force-app/main/default/lwc/lexmultiSelectComboboxItem/lexmultiSelectComboboxItem.js-meta.xml
@@ -1,13 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
     <apiVersion>57.0</apiVersion>
-    <isExposed>true</isExposed>
-    <targets>
-		<target>lightning__RecordPage</target>
-		<target>lightning__AppPage</target>
-		<target>lightning__HomePage</target>
-		<target>lightning__RecordAction</target>
-	</targets>
-    <masterLabel>Multi Select Combobox Item</masterLabel>
-    <description>Component that represents an item within the multi select combobox parent component.</description>
+    <isExposed>false</isExposed>
 </LightningComponentBundle>
\ No newline at end of file

--
Gitblit v1.9.1