Skip to content

Commit

Permalink
Add missing caret to BootstrapSelectFilter by changing the css class (#…
Browse files Browse the repository at this point in the history
…1152)

(cherry picked from commit 25428a0)
  • Loading branch information
namtar authored and martin-g committed Oct 9, 2024
1 parent 35d546e commit 357d656
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="UTF-8" ?>
<wicket:panel xmlns:wicket="http://wicket.apache.org"><select wicket:id="filter" class="form-control"></select></wicket:panel>
<wicket:panel xmlns:wicket="http://wicket.apache.org"><select wicket:id="filter" class="form-select"></select></wicket:panel>

0 comments on commit 357d656

Please sign in to comment.