1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

(nextjs) added node preloader

This commit is contained in:
Fedor Katurov 2022-01-17 18:27:31 +07:00
parent 73f970b82c
commit 2d9d88f1a1
7 changed files with 40 additions and 13 deletions

View file

@ -81,7 +81,5 @@ export const useFlowLoader = () => {
}
}, [flow]);
console.log(toJS(flow.nodes));
return { getInitialNodes, isSyncing, loadMore };
};