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.
2 parents bac5ed9 + fcb775d commit 9a7290aCopy full SHA for 9a7290a
redisinsight/ui/src/slices/user/user-settings.ts
@@ -15,7 +15,7 @@ export const initialState: StateUserSettings = {
15
config: null,
16
spec: null,
17
workbench: {
18
- cleanup: localStorageService?.get(BrowserStorageItem.wbCleanUp) ?? false
+ cleanup: localStorageService?.get(BrowserStorageItem.wbCleanUp) ?? true
19
}
20
21
0 commit comments