feat (temp) : show robot it

This commit is contained in:
karishmas6
2024-10-10 02:25:48 +05:30
parent 64e313de01
commit d9d563b0ef

View File

@@ -65,7 +65,7 @@ export const CollapsibleRow = ({ row, handleDelete, isOpen, currentLog, abortRun
return (
<TableCell key={column.id} align={column.align}>
<IconButton aria-label="add" size= "small" onClick={() => {
deleteRunFromStorage(`${row.name}_${row.runId}`).then((result: boolean) => {
deleteRunFromStorage(`${row.runId}`).then((result: boolean) => {
if (result) {
handleDelete();
}