Fixed delete integration copy (#1988)
# What this PR does Fixed delete integration copy
This commit is contained in:
parent
129bd98328
commit
d43ce506b8
1 changed files with 5 additions and 5 deletions
|
|
@ -908,13 +908,13 @@ const IntegrationActions: React.FC<IntegrationActionsProps> = ({ alertReceiveCha
|
|||
onClick={() => {
|
||||
setConfirmModal({
|
||||
isOpen: true,
|
||||
title: (
|
||||
<>
|
||||
title: 'Delete Integration?',
|
||||
body: (
|
||||
<Text type="primary">
|
||||
Are you sure you want to delete <Emoji text={alertReceiveChannel.verbal_name} />{' '}
|
||||
integration?
|
||||
</>
|
||||
integration?{' '}
|
||||
</Text>
|
||||
),
|
||||
body: <>This action cannot be undone.</>,
|
||||
onConfirm: deleteIntegration,
|
||||
dismissText: 'Cancel',
|
||||
confirmText: 'Delete',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue