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.
1 parent f743419 commit fad6f33Copy full SHA for fad6f33
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