Implemented test run deletion

This commit is contained in:
Takeshi Kimata
2024-04-13 13:33:05 +09:00
parent c852d2e0cd
commit 42ab034a59
7 changed files with 46 additions and 18 deletions

View File

@@ -140,7 +140,7 @@ export default function RunsTable({ projectId, runs, onDeleteRun }: Props) {
</TableColumn>
)}
</TableHeader>
<TableBody emptyContent={"No cases found"} items={sortedItems}>
<TableBody emptyContent={"No runs found"} items={sortedItems}>
{(item) => (
<TableRow key={item.id}>
{(columnKey) => (