Skip to content

Commit fcb775d

Browse files
committed
#RI-3465 - change default settings of clean up wb editor
1 parent fe0ad3c commit fcb775d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/ui/src/slices/user/user-settings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const initialState: StateUserSettings = {
1515
config: null,
1616
spec: null,
1717
workbench: {
18-
cleanup: localStorageService?.get(BrowserStorageItem.wbCleanUp) ?? false
18+
cleanup: localStorageService?.get(BrowserStorageItem.wbCleanUp) ?? true
1919
}
2020
}
2121

0 commit comments

Comments
 (0)