Skip to content

Commit 9a7290a

Browse files
authored
Merge pull request #1117 from RedisInsight/feature/RI-3465_change-cleanup
#RI-3465 - change default settings of clean up wb editor
2 parents bac5ed9 + fcb775d commit 9a7290a

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)