From 3a74322ca1bbefaeebb1dc5ca7cac53d0e64822f Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 23:48:58 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/routes/tasks.index.tsx | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/routes/tasks.index.tsx b/src/routes/tasks.index.tsx index 9f28d8d..7d94710 100644 --- a/src/routes/tasks.index.tsx +++ b/src/routes/tasks.index.tsx @@ -83,6 +83,7 @@ function TasksPage() { const [query, setQuery] = useState(""); const [newOpen, setNewOpen] = useState(false); + const [wfOpen, setWfOpen] = useState(false); const [openTaskId, setOpenTaskId] = useState(search.task ?? null); const load = useCallback(async () => { @@ -205,9 +206,14 @@ function TasksPage() { title="Tasks" description="Workflow tasks, due dates, assignments, and comments." actions={ - +
+ + +
} />