feat: allow stopping queued runs
This commit is contained in:
@@ -441,7 +441,7 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe
|
||||
ref={logEndRef} />
|
||||
</div>
|
||||
</Box>
|
||||
{row.status === 'running' ? <Button
|
||||
{row.status === 'running' || row.status === 'queued' ? <Button
|
||||
color="error"
|
||||
onClick={abortRunHandler}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user