diff options
Diffstat (limited to 'resources/views/toolbar/select-filter.blade.php')
-rw-r--r-- | resources/views/toolbar/select-filter.blade.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/toolbar/select-filter.blade.php b/resources/views/toolbar/select-filter.blade.php index 13cdbc1..9810ed9 100644 --- a/resources/views/toolbar/select-filter.blade.php +++ b/resources/views/toolbar/select-filter.blade.php @@ -6,7 +6,7 @@ @endif <select id="{{ $id }}" - class="form-control" + class="form-select" wire:model.live="filters.{{ $key }}" > @if (!empty($placeholder)) |