fixed wrong initial set on store

This commit is contained in:
peterkogo
2024-04-10 12:02:16 +02:00
parent 91a642bb9c
commit 3a8b947260
4 changed files with 29 additions and 29 deletions
+1 -1
View File
@@ -147,7 +147,7 @@ export const createNodesStore = (
checkEquality: false
});
value = nodes;
value = nds;
set(value);