mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 02:56:41 +07:00
typed MapListDialog
This commit is contained in:
parent
9006bb375b
commit
cf6866240b
6 changed files with 124 additions and 66 deletions
|
@ -476,7 +476,7 @@ function* searchGetRoutes() {
|
|||
|
||||
const { routes: { step, shift, filter: { title, distance, tab } } } = yield select(getState);
|
||||
|
||||
return yield call(getRouteList, {
|
||||
const result = yield call(getRouteList, {
|
||||
id,
|
||||
token,
|
||||
title,
|
||||
|
@ -486,6 +486,10 @@ function* searchGetRoutes() {
|
|||
author: tab === 'mine' ? id : '',
|
||||
starred: tab === 'starred',
|
||||
});
|
||||
|
||||
console.log('RESULT?', result);
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
function* searchSetSagaWorker() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue