Fix cron validation
All checks were successful
Deploy App / deploy (push) Successful in 12s

This commit is contained in:
2025-11-27 22:04:39 +01:00
parent aa27851bd7
commit cab33c16c2
2 changed files with 4 additions and 0 deletions

View File

@@ -52,6 +52,7 @@
@if ($meta['type'] === 'json')
<div x-data="jsonEditor(@entangle('config.' . $field))">
<textarea
wire:ignore
id="config-body"
x-model="value"
wire:model.live="config.{{ $field }}"
@@ -67,6 +68,7 @@
</span>
@elseif ($meta['type'] === 'textarea')
<textarea
wire:ignore
wire:model.live="config.{{ $field }}"
class="border rounded w-full"
name="config[{{ $field }}]"