Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[Fix]: #1849 remove common settings
  • Loading branch information
iamfaran committed Jul 21, 2025
commit 64b7f587e71db0e37a71e72bdbd04e51fcaa65b8
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,7 @@ export function AdvancedSetting() {
}
}, [canLeave]);

useEffect(() => {
dispatch(fetchCommonSettings({ orgId: currentUser.currentOrgId }));
}, [currentUser.currentOrgId, dispatch]);


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