mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
flow: refactored reducer
This commit is contained in:
parent
31b03f9eae
commit
64b27e517f
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ const INITIAL_STATE: IFlowState = {
|
|||
is_loading_more: false,
|
||||
},
|
||||
is_loading: false,
|
||||
error: null,
|
||||
error: '',
|
||||
};
|
||||
|
||||
export default createReducer(INITIAL_STATE, FLOW_HANDLERS);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue