Skip to content

Commit

Permalink
Grid search button is disabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jolelievre committed Oct 21, 2024
1 parent 616ca86 commit 417f517
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@
class="btn btn-primary grid-search-button"
title="{{ 'Search'|trans({}, 'Admin.Actions') }}"
name="{{ full_name }}[search]"
disabled="disabled"
>
<i class="material-icons">search</i>
{{ 'Search'|trans({}, 'Admin.Actions') }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,7 @@
class="btn btn-primary grid-search-button"
title="{{ 'Search'|trans({}, 'Admin.Actions') }}"
name="{{ full_name }}[search]"
disabled="disabled"
>
<i class="material-icons">search</i>
{{ 'Search'|trans({}, 'Admin.Actions') }}
Expand Down

0 comments on commit 417f517

Please sign in to comment.