fix: Handle deletion of 'hello' in confirmation modal for dev environment
This commit is contained in:
parent
903d84e0dd
commit
5a770f9ddb
1 changed files with 1 additions and 1 deletions
|
|
@ -296,7 +296,7 @@ class="w-24 dark:bg-coolgray-200 dark:hover:bg-coolgray-300">
|
|||
</template>
|
||||
|
||||
<template x-if="step === 1">
|
||||
@if(isDev())
|
||||
@if(isDev() && $submitAction === 'delete')
|
||||
<x-forms.button class="w-auto" isError
|
||||
@click="$wire.delete('hello')">
|
||||
<span x-text="step3ButtonText"></span>
|
||||
|
|
|
|||
Loading…
Reference in a new issue