From 0b2252ddf7ba8e27710a69bb7707f43efe20174e Mon Sep 17 00:00:00 2001 From: Shuchang Zheng Date: Fri, 29 Nov 2024 12:29:04 -0800 Subject: [PATCH] Clicking on task title should navigate into task (#1295) --- .../src/routes/workflows/WorkflowBlockCollapsibleContent.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/skyvern-frontend/src/routes/workflows/WorkflowBlockCollapsibleContent.tsx b/skyvern-frontend/src/routes/workflows/WorkflowBlockCollapsibleContent.tsx index 949a076f..597f064d 100644 --- a/skyvern-frontend/src/routes/workflows/WorkflowBlockCollapsibleContent.tsx +++ b/skyvern-frontend/src/routes/workflows/WorkflowBlockCollapsibleContent.tsx @@ -79,6 +79,9 @@ function WorkflowBlockCollapsibleContent({ task, onNavigate }: Props) { { + onNavigate(event, task.task_id); + }} > {task.request.title}