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:
parent
4c49ed000a
commit
209ab25ab0
6 changed files with 18020 additions and 6 deletions
|
@ -9,7 +9,7 @@ export interface IModalState {
|
|||
}
|
||||
|
||||
const INITIAL_STATE: IModalState = {
|
||||
is_shown: true,
|
||||
is_shown: false,
|
||||
dialog: DIALOGS.EDITOR,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue