diff --git a/src/routes/settings.workflows.tsx b/src/routes/settings.workflows.tsx index 3cef2da..cbe0c13 100644 --- a/src/routes/settings.workflows.tsx +++ b/src/routes/settings.workflows.tsx @@ -59,7 +59,6 @@ function WorkflowsPage() { const [newOpen, setNewOpen] = useState(false); const [newName, setNewName] = useState(""); const [newDesc, setNewDesc] = useState(""); - const [newKind, setNewKind] = useState<"task" | "collection">("task"); const [newTask, setNewTask] = useState({ title: "", days: 7, priority: "normal" as const }); const loadTemplates = useCallback(async () => {