Adjustments for computed livewire components

This commit is contained in:
David Bomba 2024-11-14 11:15:50 +11:00
parent 9f1b930e92
commit a7f986d36f
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<label class="flex items-center cursor-pointer">
<input type="checkbox" class="form-checkbox mr-2"
wire:change="updateAutoBilling" {{ $invoice->auto_bill_enabled ? 'checked' : '' }}>
wire:change="updateAutoBilling" {{ $this->invoice->auto_bill_enabled ? 'checked' : '' }}>
<span class="text-sm leading-5 font-medium text-gray-900">
{{ ctrans('texts.enable_auto_bill') }}