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

saving node and showing dialog

This commit is contained in:
muerwre 2019-08-24 18:05:46 +07:00
parent 95443635b4
commit 05980ce440
4 changed files with 14 additions and 6 deletions

View file

@ -1,4 +1,5 @@
export const ERRORS = {
NOT_AN_EMAIL: 'Not_An_Email',
TOO_SHIRT: 'Is_Too_Shirt',
EMPTY_RESPONSE: 'Empty_Response',
};