Removes class overrides from task runs table

This commit is contained in:
James Ritchie
2025-05-13 16:30:43 +01:00
parent 824ba90cb1
commit 45913b0bf8
@@ -293,7 +293,7 @@ export function TaskRunsTable({
return (
<TableRow key={run.id}>
{allowSelection && (
<TableCell className="pl-3 pr-0">
<TableCell>
<Checkbox
checked={has(run.id)}
onChange={(element) => {