From 6f291c4237b678cfb1aad458c2548f3d6fb3d28c Mon Sep 17 00:00:00 2001 From: Karishma Shukla Date: Wed, 4 Jun 2025 18:10:11 +0530 Subject: [PATCH 1/7] feat: allow stopping queued runs --- src/components/run/RunContent.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/run/RunContent.tsx b/src/components/run/RunContent.tsx index faa425d3..f50ffeed 100644 --- a/src/components/run/RunContent.tsx +++ b/src/components/run/RunContent.tsx @@ -441,7 +441,7 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe ref={logEndRef} /> - {row.status === 'running' ?