mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 02:56:41 +07:00
fixed loading error handling
This commit is contained in:
parent
dd2861fe5c
commit
0bfb1dee90
4 changed files with 79 additions and 26 deletions
|
@ -218,7 +218,7 @@ function* authCheckSaga() {
|
|||
if (user) {
|
||||
yield put(setUser(user));
|
||||
|
||||
pushLoaderState(' ...готово');
|
||||
pushLoaderState(99);
|
||||
|
||||
return yield call(mapInitSaga);
|
||||
}
|
||||
|
@ -231,7 +231,7 @@ function* authCheckSaga() {
|
|||
if (user) {
|
||||
yield put(setUser(user));
|
||||
|
||||
pushLoaderState(' ...готово');
|
||||
pushLoaderState(99);
|
||||
|
||||
return yield call(mapInitSaga);
|
||||
} else if (!ready) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue