mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
routes: slider changes
This commit is contained in:
parent
a3b04173d0
commit
3562c04dc8
6 changed files with 12 additions and 6 deletions
|
@ -461,7 +461,10 @@ function* openMapDialogSaga({ tab }) {
|
|||
return yield put(setDialogActive(false));
|
||||
}
|
||||
|
||||
// if (tab !== current) { // if tab wasnt changed just update data
|
||||
yield put(searchSetTab(tab));
|
||||
// }
|
||||
|
||||
yield put(setDialog(DIALOGS.MAP_LIST));
|
||||
yield put(setDialogActive(true));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue