unsaved changes cancel confirmation

This commit is contained in:
muerwre 2018-09-03 17:23:14 +07:00
parent 1ca2691a15
commit 3363708c1f
4 changed files with 50 additions and 1 deletions

View file

@ -7,4 +7,5 @@ export const MODES = {
NONE: 'NONE',
LOGO: 'LOGO',
SAVE: 'SAVE',
CONFIRM_CANCEL: 'CONFIRM_CANCEL'
};