Skip to content

Commit 64b7f58

Browse files
committed
[Fix]: #1849 remove common settings
1 parent 7346eec commit 64b7f58

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

client/packages/lowcoder/src/pages/setting/advanced/AdvancedSetting.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,7 @@ export function AdvancedSetting() {
110110
}
111111
}, [canLeave]);
112112

113-
useEffect(() => {
114-
dispatch(fetchCommonSettings({ orgId: currentUser.currentOrgId }));
115-
}, [currentUser.currentOrgId, dispatch]);
113+
116114

117115
const handleSave = (key: keyof typeof settings, onSuccess?: () => void) => {
118116
return (value?: any) => {

0 commit comments

Comments
 (0)