Skip to content

Commit

Permalink
refactor(sd): SD-10955 remove search inline handler
Browse files Browse the repository at this point in the history
  • Loading branch information
rtalvarez committed Feb 3, 2025
1 parent 067c2d3 commit 0f344e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/components/common/quick-search.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="container">
<form class="form" onsubmit="return false" data-url="{{urls.search}}" data-quick-search-form>
<form class="form" data-url="{{urls.search}}" data-quick-search-form>
<fieldset class="form-fieldset">
<div class="form-field">
<label class="is-srOnly" for="{{name}}">{{lang "search.quick_search.input_label"}}</label>
Expand Down

0 comments on commit 0f344e3

Please sign in to comment.