mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
fixed message delete appearance
This commit is contained in:
parent
c2ebde069d
commit
3f3c1516c8
7 changed files with 69 additions and 8 deletions
|
@ -40,6 +40,7 @@ export const ERRORS = {
|
|||
CANT_SAVE_USER: 'CantSaveUser',
|
||||
CANT_DELETE_COMMENT: 'CantDeleteComment',
|
||||
CANT_RESTORE_COMMENT: 'CantRestoreComment',
|
||||
MESSAGE_NOT_FOUND: 'MessageNotFound',
|
||||
};
|
||||
|
||||
export const ERROR_LITERAL = {
|
||||
|
@ -85,4 +86,5 @@ export const ERROR_LITERAL = {
|
|||
[ERRORS.CANT_SAVE_USER]: 'Не удалось сохранить пользователя',
|
||||
[ERRORS.CANT_DELETE_COMMENT]: 'Не удалось удалить комментарий',
|
||||
[ERRORS.CANT_RESTORE_COMMENT]: 'Не удалось восстановить комментарий',
|
||||
[ERRORS.MESSAGE_NOT_FOUND]: 'Сообщение не найдено',
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue