From 224d7e7e2e6d43fad1f25d8abe43903ffdc01df7 Mon Sep 17 00:00:00 2001 From: Craig Jellick Date: Sat, 7 Dec 2024 09:00:49 -0700 Subject: [PATCH] Fix: Make workflow thread link clickable Couldn't click the Threads link on the workflow table because the row click was getting in the way. Signed-off-by: Craig Jellick --- ui/admin/app/routes/_auth.workflows._index.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ui/admin/app/routes/_auth.workflows._index.tsx b/ui/admin/app/routes/_auth.workflows._index.tsx index 2ebc2b991..5e0f8811e 100644 --- a/ui/admin/app/routes/_auth.workflows._index.tsx +++ b/ui/admin/app/routes/_auth.workflows._index.tsx @@ -80,6 +80,9 @@ export default function Workflows() { columns={getColumns()} data={getWorkflows.data || []} sort={[{ id: "created", desc: true }]} + disableClickPropagation={(cell) => + cell.id.includes("action") + } onRowClick={(row) => { navigate( $path("/workflows/:workflow", {