fix delete group modal warning

Signed-off-by: Ronni Skansing <rskansing@gmail.com>
This commit is contained in:
Ronni Skansing
2026-05-27 21:03:35 +02:00
parent 2678fcaf85
commit ec1a2eb47f
@@ -499,9 +499,10 @@
<DeleteAlert
list={[
'All assets will be deleted',
'Templates using this domain will become unusable',
'Scheduled or active campaigns using this domain will be closed'
'All recipients in this group will become orphaned',
'Campaign data for recipients in this group will be anonymized',
'Active campaign sends for recipients in this group will be cancelled',
'This group will be removed from any campaigns it is assigned to'
]}
name={deleteValues.name}
onClick={() => onClickDelete(deleteValues.id)}