multiple commands

This commit is contained in:
2024-08-24 18:51:36 +03:00
parent d9e2c4954a
commit 1505aaa909
10 changed files with 100 additions and 50 deletions
@@ -61,7 +61,6 @@
if (!filter.isReference) {
return null;
}
console.log(graph)
return graph.records.find(r => r.id === value);
}