This commit is contained in:
mr
2026-03-17 14:03:19 +01:00
parent b3dbc7687e
commit e79101f58d

View File

@@ -285,6 +285,7 @@ func (d *Workflow) getNewGraphItem(dataName string, resource resources.ResourceI
} }
graphItem := &graph.GraphItem{ graphItem := &graph.GraphItem{
ID: uuid.New().String(), ID: uuid.New().String(),
ItemResource: &resources.ItemResource{},
} }
switch dataName { switch dataName {
case "Data": case "Data":