mirror of
https://github.com/phishingclub/phishingclub.git
synced 2026-07-19 18:27:55 +02:00
fix delete group modal warning
Signed-off-by: Ronni Skansing <rskansing@gmail.com>
This commit is contained in:
@@ -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)}
|
||||
|
||||
Reference in New Issue
Block a user