feat (temp) : show robot it
This commit is contained in:
@@ -65,7 +65,7 @@ export const CollapsibleRow = ({ row, handleDelete, isOpen, currentLog, abortRun
|
|||||||
return (
|
return (
|
||||||
<TableCell key={column.id} align={column.align}>
|
<TableCell key={column.id} align={column.align}>
|
||||||
<IconButton aria-label="add" size= "small" onClick={() => {
|
<IconButton aria-label="add" size= "small" onClick={() => {
|
||||||
deleteRunFromStorage(`${row.name}_${row.runId}`).then((result: boolean) => {
|
deleteRunFromStorage(`${row.runId}`).then((result: boolean) => {
|
||||||
if (result) {
|
if (result) {
|
||||||
handleDelete();
|
handleDelete();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user