This commit is contained in:
louiscklaw
2025-04-24 01:08:44 +08:00
parent 41cc82d54d
commit da08798b10
87 changed files with 66682 additions and 6003 deletions

View File

@@ -149,7 +149,8 @@ function columns(handleDeleteClick: (testId: string) => void): ColumnDef<Custome
</LoadingButton>
<LoadingButton
color="error"
disabled={row.isEmpty}
// TODO: originally it is row.isEmpty
disabled={false}
onClick={() => {
handleDeleteClick(row.id);
}}