Add manual auto-update fallback
This commit is contained in:
@@ -18,6 +18,7 @@ const initialAppState: AppState = {
|
||||
},
|
||||
sidebar: {},
|
||||
selectedTopic: undefined,
|
||||
showUpdateDetails: false,
|
||||
}
|
||||
const store = createStore(reducers, initialAppState)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user