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

example dialog

This commit is contained in:
muerwre 2019-08-02 17:49:53 +07:00
parent 06e72538d3
commit 80fc6523b7
5 changed files with 233 additions and 2 deletions

View file

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