Fix topicFilter record initialisation
This commit is contained in:
@@ -52,6 +52,7 @@ const initialState = Record<SettingsState>({
|
|||||||
valueRendererDisplayMode: 'diff',
|
valueRendererDisplayMode: 'diff',
|
||||||
selectTopicWithMouseOver: false,
|
selectTopicWithMouseOver: false,
|
||||||
theme: 'light',
|
theme: 'light',
|
||||||
|
topicFilter: undefined,
|
||||||
})
|
})
|
||||||
|
|
||||||
const setTheme = (theme: 'light' | 'dark') => (state: Record<SettingsState>) => {
|
const setTheme = (theme: 'light' | 'dark') => (state: Record<SettingsState>) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user