Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-19 15:54:02 +00:00
co-authored by renee-png
parent 58147efff3
commit 3189284b06
-1
View File
@@ -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 () => {