mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 21:06:42 +07:00
fetching node liked
This commit is contained in:
parent
53abb3853e
commit
16af90fd50
3 changed files with 5 additions and 2 deletions
|
@ -73,7 +73,7 @@ function* onNodeLoad({ id, node_type }: ReturnType<typeof nodeLoadNode>) {
|
|||
|
||||
const {
|
||||
data: { node, error },
|
||||
} = yield call(getNode, { id });
|
||||
} = yield call(reqWrapper, getNode, { id });
|
||||
|
||||
yield put(nodeSetLoading(false));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue