mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
add … to delete buttons
This commit is contained in:
@@ -97,9 +97,9 @@ export default function ExtensionList({
|
||||
<EditIcon />
|
||||
</IconButton>
|
||||
</Tooltip>
|
||||
<Tooltip title="Delete">
|
||||
<Tooltip title="Delete…">
|
||||
<IconButton
|
||||
aria-label="Delete"
|
||||
aria-label="Delete…"
|
||||
color="error"
|
||||
onClick={() => handleDelete(index)}
|
||||
sx={{ "&&": { mr: -1.5 } }}
|
||||
|
||||
@@ -140,9 +140,9 @@ export default function WebhookList({
|
||||
<EditIcon />
|
||||
</IconButton>
|
||||
</Tooltip>
|
||||
<Tooltip title="Delete">
|
||||
<Tooltip title="Delete…">
|
||||
<IconButton
|
||||
aria-label="Delete"
|
||||
aria-label="Delete…"
|
||||
color="error"
|
||||
onClick={() => handleDelete(index)}
|
||||
sx={{ "&&": { mr: -1.5 } }}
|
||||
|
||||
Reference in New Issue
Block a user