diff --git a/README.md b/README.md index 4826aec..340db27 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Lightning File Explorer
@@ -14,4 +14,4 @@ With the Lightning File Explorer, you can create and then view a hierarchy of yo
https://appexchange.salesforce.com/appxListingDetail?listingId=a0N3A00000G12iVUAR
## Setup Guide
-- [Setup and Configuration Guide](https://salesforce.quip.com/M45zATwr2795)
\ No newline at end of file
+- [Setup and Configuration Guide](https://salesforce.quip.com/M45zATwr2795)
diff --git a/src/classes/qsyd_FileExplorerCommon.cls b/src/classes/qsyd_FileExplorerCommon.cls
index a942e44..9c3fd93 100644
--- a/src/classes/qsyd_FileExplorerCommon.cls
+++ b/src/classes/qsyd_FileExplorerCommon.cls
@@ -41,7 +41,7 @@ global without sharing class qsyd_FileExplorerCommon {
public static Boolean isFileExplorerEnabled() {
Boolean isFileExplorerEnabled = [
SELECT Enable__c
- FROM qsyd_FE__Lightning_File_Explorer__mdt
+ FROM Lightning_File_Explorer__mdt
WHERE QualifiedApiName = :FILE_EXPLORER_SETTINGS_QUALIFIEDAPINAME
]?.Enable__c;
@@ -60,4 +60,4 @@ global without sharing class qsyd_FileExplorerCommon {
return hasLightningFileExplorerPermission || isAutomatedProcessUser;
}
-}
\ No newline at end of file
+}
diff --git a/src/lwc/qsydModal/qsydModal.js-meta.xml b/src/lwc/qsydModal/qsydModal.js-meta.xml
new file mode 100644
index 0000000..a2698e5
--- /dev/null
+++ b/src/lwc/qsydModal/qsydModal.js-meta.xml
@@ -0,0 +1,5 @@
+
+