Skip to content
Snippets Groups Projects
Commit 17dace50 authored by Xiao Gui's avatar Xiao Gui
Browse files

bugfix: viewer config store

parent 4ac78b6a
No related branches found
No related tags found
No related merge requests found
......@@ -97,6 +97,8 @@ export const getStateStore = ({ state = defaultState } = {}) => (prevState:State
//
// angular function expressions are not supported in decorators
export function stateStore(){
return getStateStore()
const defaultStateStore = getStateStore()
export function stateStore(state, action){
return defaultStateStore(state, action)
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment