Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit 5bc176e

Browse files
authored
retain config selection when switching log views (#351)
1 parent c23947f commit 5bc176e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pages/Stream/providers/LogsProvider.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,6 @@ const onToggleView = (store: LogsStore, viewMode: 'json' | 'table') => {
918918
instantSearchValue: '',
919919
currentPage,
920920
totalPages: getTotalPages(filteredData, tableOpts.perPage),
921-
configViewType: 'schema' as 'schema',
922921
},
923922
viewMode,
924923
};

0 commit comments

Comments
 (0)