Fix id handling on update
This commit is contained in:
@@ -72,7 +72,6 @@ export default function WorkflowForm({ workflow, onWorkflowChange, entityApprove
|
||||
|
||||
return { ...step, assignees: newAssignees };
|
||||
});
|
||||
|
||||
onWorkflowChange({ ...workflow, steps: updatedSteps });
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user