Skip to content
Snippets Groups Projects
Commit eadb83dd authored by Maximilian Giller's avatar Maximilian Giller
Browse files

Fixed wrong function call

parent effc4671
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ class Graph extends ManagedData { ...@@ -42,7 +42,7 @@ class Graph extends ManagedData {
} }
formatData(data) { formatData(data) {
return this.getCleanData(data, positions = true); return this.getCleanData(data, true);
} }
deleteNode(nodeId) { deleteNode(nodeId) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment