Skip to content

Commit

Permalink
Merge pull request #2839 from MoltenTesseract/patch-1
Browse files Browse the repository at this point in the history
Delete exchange rule confirmation fixed
  • Loading branch information
JohnDuprey authored Aug 20, 2024
2 parents 3042dd4 + c880aad commit e329e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/email-exchange/transport/TransportRules.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const Offcanvas = (row, rowIndex, formatExtraData) => {
modal: true,
icon: <FontAwesomeIcon icon={faTrash} className="me-2" />,
modalUrl: `/api/RemoveTransportRule?TenantFilter=${tenant.defaultDomainName}&GUID=${row.Guid}`,
modalMessage: 'Are you sure you want to disable this rule?',
modalMessage: 'Are you sure you want to delete this rule?',
},
]}
placement="end"
Expand Down

0 comments on commit e329e78

Please sign in to comment.