Child selector to own class and minor changes
This commit is contained in:
parent
e22a5681dd
commit
4ec49c4966
2 changed files with 28 additions and 27 deletions
|
|
@ -89,13 +89,11 @@ const ActionCol = ({ disabled, editing }) => {
|
|||
}}>
|
||||
{disabled ? <DisabledDeleteIcon /> : <DeleteIcon />}
|
||||
</IconButton>
|
||||
{
|
||||
<DeleteDialog
|
||||
open={deleteDialog}
|
||||
setDeleteDialog={setDeleteDialog}
|
||||
onConfirmed={onConfirmed}
|
||||
/>
|
||||
}
|
||||
<DeleteDialog
|
||||
open={deleteDialog}
|
||||
setDeleteDialog={setDeleteDialog}
|
||||
onConfirmed={onConfirmed}
|
||||
/>
|
||||
</Td>
|
||||
)}
|
||||
{!editing && enableToggle && (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue