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 7346eec commit 64b7f58Copy full SHA for 64b7f58
client/packages/lowcoder/src/pages/setting/advanced/AdvancedSetting.tsx
@@ -110,9 +110,7 @@ export function AdvancedSetting() {
110
}
111
}, [canLeave]);
112
113
- useEffect(() => {
114
- dispatch(fetchCommonSettings({ orgId: currentUser.currentOrgId }));
115
- }, [currentUser.currentOrgId, dispatch]);
+
116
117
const handleSave = (key: keyof typeof settings, onSuccess?: () => void) => {
118
return (value?: any) => {
0 commit comments