Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-19 00:03:38 +00:00
co-authored by renee-png
parent d9273a1ace
commit a229f9333a
@@ -51,6 +51,7 @@ export function ApplyWorkflowDialog({
supabase
.from("workflow_templates")
.select("id, name")
.eq("kind", "task")
.order("name")
.then(({ data }) => setTemplates((data ?? []) as Template[]));
setTemplateId(null);