mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-26 05:16:41 +07:00
clearing errors in dialog on input
This commit is contained in:
parent
f1463ed5ea
commit
88ee0601c8
6 changed files with 58 additions and 15 deletions
|
@ -1,4 +1,4 @@
|
|||
import { IModalState } from '~/redux/modal/reducer';
|
||||
import { IModalState } from '~/redux/modal/index';
|
||||
import { MODAL_ACTIONS } from '~/redux/modal/constants';
|
||||
import { IFile } from '../types';
|
||||
|
||||
|
|
|
@ -13,8 +13,8 @@ export interface IModalState {
|
|||
}
|
||||
|
||||
const INITIAL_STATE: IModalState = {
|
||||
is_shown: false,
|
||||
dialog: null,
|
||||
is_shown: true,
|
||||
dialog: DIALOGS.LOGIN_SOCIAL_REGISTER,
|
||||
photoswipe: {
|
||||
images: [],
|
||||
index: 0,
|
Loading…
Add table
Add a link
Reference in a new issue