Skip to content

Commit

Permalink
fix: visibility issue
Browse files Browse the repository at this point in the history
  • Loading branch information
junners committed Jul 20, 2024
1 parent 6b9b679 commit 2738e20
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<flexiPageRegions>
<itemInstances>
<componentInstance>
<componentName>lightningFlowScanner</componentName>
<identifier>c_lightningFlowScanner</identifier>
<componentName>lightningFlowScannerApp</componentName>
<identifier>c_lightningFlowScannerApp</identifier>
</componentInstance>
</itemInstances>
<name>main</name>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>61.0</apiVersion>
<isExposed>true</isExposed>
<isExposed>false</isExposed>
</LightningComponentBundle>
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8" ?>
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>61.0</apiVersion>
<isExposed>false</isExposed>
<isExposed>true</isExposed>
<targets>
<target>lightning__Tab</target>
<target>lightning__AppPage</target>
</targets>
<target>lightning__Tab</target>
<target>lightning__AppPage</target>
</targets>
</LightningComponentBundle>

0 comments on commit 2738e20

Please sign in to comment.