mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
empty initial dialog
This commit is contained in:
parent
e6fd658039
commit
5f2e9139f0
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ export interface IModalState {
|
||||||
|
|
||||||
const INITIAL_STATE: IModalState = {
|
const INITIAL_STATE: IModalState = {
|
||||||
is_shown: false,
|
is_shown: false,
|
||||||
dialog: DIALOGS.TEST,
|
dialog: null,
|
||||||
};
|
};
|
||||||
|
|
||||||
export default createReducer(INITIAL_STATE, MODAL_HANDLERS);
|
export default createReducer(INITIAL_STATE, MODAL_HANDLERS);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue