mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-26 05:16:41 +07:00
editor displaying errors
This commit is contained in:
parent
09b68c19d2
commit
38a4c8e6a6
6 changed files with 40 additions and 11 deletions
|
@ -9,8 +9,8 @@ export interface IModalState {
|
|||
}
|
||||
|
||||
const INITIAL_STATE: IModalState = {
|
||||
is_shown: false,
|
||||
dialog: null,
|
||||
is_shown: true,
|
||||
dialog: DIALOGS.EDITOR_IMAGE,
|
||||
};
|
||||
|
||||
export default createReducer(INITIAL_STATE, MODAL_HANDLERS);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue