mirror of
https://github.com/plankanban/planka.git
synced 2025-07-27 09:09:46 +02:00
fix: Subscribe only when needed
This commit is contained in:
parent
58afeb1e6b
commit
6021d67a00
10 changed files with 28 additions and 23 deletions
|
@ -81,7 +81,7 @@ export function* handleLocationChange() {
|
|||
tasks,
|
||||
attachments,
|
||||
},
|
||||
} = yield call(request, api.getBoard, currentBoard.id));
|
||||
} = yield call(request, api.getBoard, currentBoard.id, true));
|
||||
} catch (error) {} // eslint-disable-line no-empty
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue