mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
fixed blur wrapper
This commit is contained in:
parent
e5bc0d258f
commit
06e72538d3
3 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@ export interface IModalState {
|
|||
}
|
||||
|
||||
const INITIAL_STATE: IModalState = {
|
||||
is_shown: true,
|
||||
is_shown: false,
|
||||
dialog: DIALOGS.TEST
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue