redux: setMode sagas

This commit is contained in:
muerwre 2018-11-26 13:33:18 +07:00
parent dde6cf83e9
commit 0d47cd8773
6 changed files with 127 additions and 51 deletions

View file

@ -12,7 +12,7 @@ import { userSaga } from '$redux/user/sagas';
const userPersistConfig = {
key: 'user',
blacklist: ['editing'],
whitelist: ['user'],
storage,
};