Skip to content

Commit 1da83f1

Browse files
fix(Storage): display all groups by default (#554)
1 parent ed01393 commit 1da83f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/store/reducers/storage/storage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const initialState = {
3636
wasLoaded: false,
3737
filter: '',
3838
usageFilter: [],
39-
visible: VISIBLE_ENTITIES.missing,
39+
visible: VISIBLE_ENTITIES.all,
4040
nodesUptimeFilter: NodesUptimeFilterValues.All,
4141
type: STORAGE_TYPES.groups,
4242
};

0 commit comments

Comments
 (0)