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

fetching and saving nodes

This commit is contained in:
muerwre 2019-08-25 11:10:04 +07:00
parent 4c49ed000a
commit 209ab25ab0
6 changed files with 18020 additions and 6 deletions

View file

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