fix: save and load are now buttons

Really small change so me and Arthur can work on this toegether at the same time

feat: N25B-189
This commit is contained in:
Pim Hutting
2025-11-11 16:32:37 +01:00
parent 45e133e255
commit 3cbf983b41
2 changed files with 14 additions and 24 deletions

View File

@@ -139,12 +139,12 @@ export function DndToolbar() {
You can save and load your graph here.
</div>
<div className={`flex-row gap-lg ${styles.dndNodeContainer}`}>
<DraggableNode className={styles.draggableNodePhase} nodeType="phase" onDrop={handleNodeDrop}>
<button className={styles.draggableNodePhase}>
Save Graph
</DraggableNode>
<DraggableNode className={styles.draggableNodeNorm} nodeType="norm" onDrop={handleNodeDrop}>
</button>
<button className={styles.draggableNodeNorm} >
Load Graph
</DraggableNode>
</button>
</div>
</div>