From edbf16529aa4f50a1ab4702010c08c7d838b0f98 Mon Sep 17 00:00:00 2001 From: Rohit Date: Tue, 8 Apr 2025 19:01:21 +0530 Subject: [PATCH] feat: add abort run chip for runs ui --- src/components/run/ColapsibleRow.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/run/ColapsibleRow.tsx b/src/components/run/ColapsibleRow.tsx index 4d5fe822..eadf0823 100644 --- a/src/components/run/ColapsibleRow.tsx +++ b/src/components/run/ColapsibleRow.tsx @@ -125,6 +125,7 @@ export const CollapsibleRow = ({ row, handleDelete, isOpen, currentLog, abortRun {row.status === 'scheduled' && } {row.status === 'queued' && } {row.status === 'failed' && } + {row.status === 'aborted' && } ) case 'delete':