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", {