mirror of
https://github.com/vernu/textbee.git
synced 2026-05-19 14:02:04 -04:00
chore(web): temporarily disable delete buttons
This commit is contained in:
@@ -34,7 +34,7 @@ const ApiKeyRow = ({ apiKey }: any) => {
|
||||
<Td>{apiKey.status}</Td>
|
||||
<Td>
|
||||
<Tooltip label='Double Click to delete'>
|
||||
<DeleteIcon onDoubleClick={handleDelete} />
|
||||
<DeleteIcon onDoubleClick={handleDelete} disabled/>
|
||||
</Tooltip>
|
||||
</Td>
|
||||
</Tr>
|
||||
|
||||
@@ -30,6 +30,7 @@ const DeviceRow = ({ device, onDelete }: any) => {
|
||||
aria-label='Delete'
|
||||
icon={<DeleteIcon />}
|
||||
onDoubleClick={onDelete}
|
||||
disabled
|
||||
/>
|
||||
</Tooltip>
|
||||
</Td>
|
||||
|
||||
Reference in New Issue
Block a user