Add delete tooltip to event detail (#4259)
Co-authored-by: Alex van Andel <me@alexvanandel.com>
This commit is contained in:
@@ -206,6 +206,7 @@ function EventTypeSingleLayout({
|
||||
size="icon"
|
||||
StartIcon={Icon.FiTrash}
|
||||
combined
|
||||
tooltip={t("delete")}
|
||||
disabled={!hasPermsToDelete}
|
||||
onClick={() => setDeleteDialogOpen(true)}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user