Skip to content

Commit

Permalink
Merge pull request #2885 from bolt/enhancement/require-search-keyword
Browse files Browse the repository at this point in the history
Make Bolt's search keyword required
  • Loading branch information
bobdenotter authored Oct 26, 2021
2 parents 91b7fd6 + db9aabe commit 94b132c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/js/app/toolbar/Components/Toolbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
:title="labels['listing.placeholder_search']"
name="filter"
:value="filterValue"
required
/>
<div class="input-group-append">
<button
Expand Down

0 comments on commit 94b132c

Please sign in to comment.