save: save reset

appearance: save button reacts to changes
This commit is contained in:
muerwre 2018-11-27 15:05:49 +07:00
parent 8fcca6587e
commit 7a6776c61b
8 changed files with 36 additions and 18 deletions

View file

@ -195,7 +195,7 @@ function* sendSaveRequestSaga({ title, address, force }) {
id, token, route, stickers, title, force, address
}),
timeout: delay(10000),
cancel: take(ACTIONS.CANCEL_SAVE_REQUEST),
cancel: take(ACTIONS.RESET_SAVE_DIALOG),
});
if (cancel) return yield put(setMode(MODES.NONE));