mirror of
https://github.com/phishingclub/phishingclub.git
synced 2026-07-09 21:58:42 +02:00
fix copy template not avaiable in company context
Signed-off-by: Ronni Skansing <rskansing@gmail.com>
This commit is contained in:
@@ -696,11 +696,7 @@
|
||||
on:click={() => openUpdateModal(template.id)}
|
||||
{...globalButtonDisabledAttributes(template, contextCompanyID)}
|
||||
/>
|
||||
<TableCopyButton
|
||||
title={'Copy'}
|
||||
on:click={() => openCopyModal(template.id)}
|
||||
{...globalButtonDisabledAttributes(template, contextCompanyID)}
|
||||
/>
|
||||
<TableCopyButton title={'Copy'} on:click={() => openCopyModal(template.id)} />
|
||||
{#if template.smtpConfigurationID}
|
||||
<TableDropDownButton
|
||||
name="Allow listing"
|
||||
|
||||
Reference in New Issue
Block a user