We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e474142 + 4afc55f commit 618c97aCopy full SHA for 618c97a
client/packages/lowcoder/src/pages/editor/AppEditor.tsx
@@ -92,7 +92,7 @@ const AppEditor = React.memo(() => {
92
93
// Set global settings with cleanup
94
useEffect(() => {
95
- setGlobalSettings({ applicationId: selectors.applicationId, isViewMode: selectors.paramViewMode === "view" });
+ setGlobalSettings({ applicationId: selectors.applicationId, isViewMode: selectors.paramViewMode === "view" || selectors.paramViewMode === "view_marketplace" });
96
return () => {
97
clearGlobalSettings();
98
};
0 commit comments