diff --git a/src/redux/node/sagas.ts b/src/redux/node/sagas.ts index dcec5c9e..b3396de8 100644 --- a/src/redux/node/sagas.ts +++ b/src/redux/node/sagas.ts @@ -94,6 +94,7 @@ function* onNodeLoad({ id, node_type }: ReturnType) { yield put(nodeSetLoadingComments(true)); yield put(nodeSetSaveErrors({})); yield put(nodeSetCommentData(0, { ...EMPTY_COMMENT })); + yield put(nodeSetRelated(null)); if (node_type) yield put(nodeSetCurrent({ ...EMPTY_NODE, type: node_type }));