diff --git a/src/routes/settings.workflows.tsx b/src/routes/settings.workflows.tsx index 854feb6..3cef2da 100644 --- a/src/routes/settings.workflows.tsx +++ b/src/routes/settings.workflows.tsx @@ -321,6 +321,18 @@ function WorkflowsPage() { Description setNewDesc(e.target.value)} rows={2} /> + + Type + setNewKind(v as "task" | "collection")}> + + + + + Task workflow — applied to cases & tasks + Collection workflow — applied to collections + + + setNewOpen(false)}>Cancel