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 a7088d7 commit 1c52051Copy full SHA for 1c52051
1 file changed
apps/obsidian/src/components/AdminPanelSettings.tsx
@@ -33,7 +33,7 @@ export const AdminPanelSettings = () => {
33
setAccessToken(null);
34
setRefreshToken(null);
35
}
36
- }, [syncModeEnabled]);
+ }, [syncModeEnabled, plugin]);
37
38
const handleSyncModeToggle = useCallback(
39
async (newValue: boolean) => {
0 commit comments