mirror of
https://github.com/plankanban/planka.git
synced 2025-07-19 05:09:43 +02:00
fix: Subscribe only when needed
This commit is contained in:
parent
b955e933b2
commit
58eda7d555
10 changed files with 28 additions and 23 deletions
|
@ -96,7 +96,7 @@ export function* fetchBoard(id) {
|
|||
tasks,
|
||||
attachments,
|
||||
},
|
||||
} = yield call(request, api.getBoard, id));
|
||||
} = yield call(request, api.getBoard, id, true));
|
||||
} catch (error) {
|
||||
yield put(actions.fetchBoard.failure(id, error));
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue