diff --git a/src/routes/settings.workflows.tsx b/src/routes/settings.workflows.tsx index d5b3c68..cafbaa0 100644 --- a/src/routes/settings.workflows.tsx +++ b/src/routes/settings.workflows.tsx @@ -293,18 +293,6 @@ 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