diff options
author | Sam Light <samlight1994@gmail.com> | 2025-04-02 23:18:26 +0100 |
---|---|---|
committer | Sam Light <samlight1994@gmail.com> | 2025-04-02 23:18:26 +0100 |
commit | 0a7e289c3c30e76d53548d496846b7582ade716f (patch) | |
tree | ddfb3ebe5b47d186c258457e0119189a70f3b981 /resources/views/toolbar/select-filter.blade.php | |
parent | 40607777a5752523f6750312675db09665726a5f (diff) |
Styling
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)) |