Skip to content

Commit

Permalink
fixed livewire load error on inactive tab
Browse files Browse the repository at this point in the history
  • Loading branch information
zenepay committed May 25, 2024
1 parent 25cb9d3 commit 5101dd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,7 @@
"laravel": {
"providers": [
"Zenepay\\FilamentBuddhistDatePicker\\BuddhistDatePickerServiceProvider"
],
"aliases": {
"FilamentBuddhistDatePicker": "Zenepay\\FilamentBuddhistDatePicker\\Facades\\FilamentBuddhistDatePicker"
}
]
}
},
"minimum-stability": "dev",
Expand Down
2 changes: 1 addition & 1 deletion resources/views/date-time-picker.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
escape: false,
)" />
@else
<div x-ignore
<div x-ignore wire:ignore
@if (FilamentView::hasSpaMode()) ax-load="visible"
@else
ax-load @endif
Expand Down

0 comments on commit 5101dd9

Please sign in to comment.