Don't save autoExpandLimit
This commit is contained in:
@@ -35,6 +35,7 @@ export const loadSettings = () => async (dispatch: Dispatch<any>, getState: () =
|
|||||||
export const storeSettings = () => async (dispatch: Dispatch<any>, getState: () => AppState) => {
|
export const storeSettings = () => async (dispatch: Dispatch<any>, getState: () => AppState) => {
|
||||||
const settings = {
|
const settings = {
|
||||||
...getState().settings.toJS(),
|
...getState().settings.toJS(),
|
||||||
|
autoExpandLimit: undefined,
|
||||||
topicFilter: undefined,
|
topicFilter: undefined,
|
||||||
visible: undefined,
|
visible: undefined,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user