-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ }
+ >
+ Drag from one collection to another to create a relationship.
+
+
+
+
+
);
@@ -116,6 +154,7 @@ export default connect(
step: step,
hasUndo: (diagram?.edits.prev.length ?? 0) > 0,
hasRedo: (diagram?.edits.next.length ?? 0) > 0,
+ diagramName: diagram?.name,
};
},
{