Skip to content
Snippets Groups Projects
Commit 3804e930 authored by Matthias Konitzny's avatar Matthias Konitzny :fire:
Browse files

Changed node default name to "new node"

parent da039685
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ export class DynamicGraph extends Common.Graph {
if (data == undefined) {
data = {
id: 0,
name: "Undefined",
name: "New Node",
type: this.objectGroups[0].id,
x: x,
y: y,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment