diff --git a/src/views/identity/administration/Groups.js b/src/views/identity/administration/Groups.js index de43dac23eec..5b5a7577a11d 100644 --- a/src/views/identity/administration/Groups.js +++ b/src/views/identity/administration/Groups.js @@ -70,6 +70,13 @@ const Offcanvas = (row, rowIndex, formatExtraData) => { modalMessage: 'Are you sure you want to allow messages from people inside and outside the organisation? Remember this will not work if the group is AD Synched.', }, + { + label: 'Delete Group', + color: 'warning', + modal: true, + modalUrl: `/api/ExecGroupsDelete?TenantFilter=${tenant.defaultDomainName}&ID=${row.id}&GroupType=${row.calculatedGroupType}&DisplayName=${row.displayName}`, + modalMessage: 'Are you sure you want to delete this group.', + }, ]} placement="end" visible={ocVisible}