1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

clearing errors in dialog on input

This commit is contained in:
Fedor Katurov 2020-08-20 11:27:32 +07:00
parent f1463ed5ea
commit 88ee0601c8
6 changed files with 58 additions and 15 deletions

View file

@ -23,7 +23,7 @@ import uploadSaga from '~/redux/uploads/sagas';
import player, { IPlayerState } from '~/redux/player/reducer';
import playerSaga from '~/redux/player/sagas';
import modal, { IModalState } from '~/redux/modal/reducer';
import modal, { IModalState } from '~/redux/modal';
import { modalSaga } from './modal/sagas';
import { gotAuthPostMessage, authOpenProfile } from './auth/actions';