mirror of
https://github.com/phishingclub/phishingclub.git
synced 2026-05-31 20:01:35 +02:00
fix copy campaign wrong text on create
Signed-off-by: Ronni Skansing <rskansing@gmail.com>
This commit is contained in:
@@ -1729,7 +1729,7 @@
|
||||
class="inline-flex items-center px-4 py-2 border border-transparent rounded-md shadow-sm text-sm font-medium text-white bg-blue-600 hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500"
|
||||
disabled={isSubmitting}
|
||||
>
|
||||
{modalMode === 'create' ? 'Create' : 'Update'}
|
||||
{modalMode === 'create' || modalMode === 'copy' ? 'Create' : 'Update'}
|
||||
{#if !isSubmitting}
|
||||
<svg
|
||||
class="ml-2 h-4 w-4"
|
||||
|
||||
Reference in New Issue
Block a user