mirror of
https://github.com/phishingclub/phishingclub.git
synced 2026-07-18 09:47:29 +02:00
moved Copy lure URL up
Signed-off-by: Ronni Skansing <rskansing@gmail.com>
This commit is contained in:
@@ -1686,17 +1686,17 @@
|
||||
name="Copy email"
|
||||
on:click={() => onClickCopyEmail(recp?.recipient?.email)}
|
||||
/>
|
||||
<TableViewButton
|
||||
name="View email"
|
||||
disabled={!!campaign.closedAt || !!campaign.anonymizedAt || !recp.recipient}
|
||||
on:click={() => onClickPreviewEmail(recp.id)}
|
||||
/>
|
||||
|
||||
<TableUpdateButton
|
||||
name="Copy lure URL"
|
||||
disabled={!!campaign.closedAt || !!campaign.anonymizedAt || !recp.recipient}
|
||||
on:click={() => onClickCopyURL(recp.id)}
|
||||
/>
|
||||
|
||||
<TableViewButton
|
||||
name="View email"
|
||||
disabled={!!campaign.closedAt || !!campaign.anonymizedAt || !recp.recipient}
|
||||
on:click={() => onClickPreviewEmail(recp.id)}
|
||||
/>
|
||||
<TableViewButton
|
||||
name="Events"
|
||||
disabled={!recp.recipient}
|
||||
|
||||
Reference in New Issue
Block a user