update,
This commit is contained in:
@@ -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);
|
||||
}}
|
||||
|
Reference in New Issue
Block a user