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:
parent
06e72538d3
commit
80fc6523b7
5 changed files with 233 additions and 2 deletions
|
@ -9,7 +9,7 @@ export interface IModalState {
|
|||
}
|
||||
|
||||
const INITIAL_STATE: IModalState = {
|
||||
is_shown: false,
|
||||
is_shown: true,
|
||||
dialog: DIALOGS.TEST
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue