fix: Handle deletion of 'hello' in confirmation modal for dev environment
This commit is contained in:
@@ -296,7 +296,7 @@
|
||||
</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>
|
||||
|
Reference in New Issue
Block a user