1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-26 05:16:41 +07:00

hide the dialog!

This commit is contained in:
Fedor Katurov 2019-10-17 14:56:32 +07:00
parent 1552e88ddd
commit de8e5b2d9e

View file

@ -9,7 +9,7 @@ export interface IModalState {
} }
const INITIAL_STATE: IModalState = { const INITIAL_STATE: IModalState = {
is_shown: true, is_shown: false,
dialog: DIALOGS.EDITOR_TEXT, dialog: DIALOGS.EDITOR_TEXT,
}; };