Fix topicFilter record initialisation

This commit is contained in:
Thomas Nordquist
2019-04-10 14:00:46 +02:00
parent ab8365b1f7
commit eab20bc614

View File

@@ -52,6 +52,7 @@ const initialState = Record<SettingsState>({
valueRendererDisplayMode: 'diff',
selectTopicWithMouseOver: false,
theme: 'light',
topicFilter: undefined,
})
const setTheme = (theme: 'light' | 'dark') => (state: Record<SettingsState>) => {