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

fixed eslint

This commit is contained in:
muerwre 2019-08-07 14:23:04 +07:00
parent 8c448f2ab6
commit 42fbacdd66
9 changed files with 327 additions and 102 deletions

View file

@ -4,6 +4,7 @@ const prefix = 'UPLOAD.';
export const UPLOAD_ACTIONS = {
UPLOAD_FILES: `${prefix}UPLOAD_FILES`,
UPLOAD_CANCEL: `${prefix}UPLOAD_CANCEL`,
};
export const EMPTY_FILE: IFile = {