diff --git a/app/src/actions/Settings.ts b/app/src/actions/Settings.ts index 97f18a3..3b56cf3 100644 --- a/app/src/actions/Settings.ts +++ b/app/src/actions/Settings.ts @@ -35,6 +35,7 @@ export const loadSettings = () => async (dispatch: Dispatch, getState: () = export const storeSettings = () => async (dispatch: Dispatch, getState: () => AppState) => { const settings = { ...getState().settings.toJS(), + autoExpandLimit: undefined, topicFilter: undefined, visible: undefined, }