Skip to content

Commit

Permalink
retain config selection when switching log views (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
balaji-jr authored Nov 1, 2024
1 parent c23947f commit 5bc176e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/Stream/providers/LogsProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,6 @@ const onToggleView = (store: LogsStore, viewMode: 'json' | 'table') => {
instantSearchValue: '',
currentPage,
totalPages: getTotalPages(filteredData, tableOpts.perPage),
configViewType: 'schema' as 'schema',
},
viewMode,
};
Expand Down

0 comments on commit 5bc176e

Please sign in to comment.