Prevent same input on selects from the same step.

Change behaviour of initial step to allow multiple assignees
This commit is contained in:
Joao Correia
2025-01-23 15:10:14 +00:00
parent aa76c2b54b
commit a0936cb1a4
4 changed files with 76 additions and 71 deletions

View File

@@ -111,7 +111,7 @@ export default function WorkflowForm({ workflow, onWorkflowChange, entityTeacher
variant="solid"
onClick={addStep}
type="button"
className="max-w-fit text-lg font-medium flex items-center gap-2 text-left"
className="max-w-fit text-lg font-medium flex items-center gap-2 text-left mb-8"
>
<IoIosAddCircleOutline className="size-6" />
Add Step