Skip to content

Commit

Permalink
fix duplicated ids
Browse files Browse the repository at this point in the history
  • Loading branch information
ElviaBth committed May 31, 2024
1 parent 86dfb36 commit 45a0b54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<%= form_tag(decidim.search_path, method: :get, id: "form-<%= id %>", class: "filter-search") do %>
<%= form_tag(decidim.search_path, method: :get, id: "form-search-mobile", class: "filter-search") do %>
<%= text_field_tag(
:term,
nil,
id: "input-<%= id %>",
class: "reset-defaults outline-none",
value: params[:term] || params.dig(:filter, :term),
placeholder: t("decidim.search.term_input_placeholder"),
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@
"react-test-renderer": "^18.2.0",
"yaml-jest": "^1.2.0"
}
}
}

0 comments on commit 45a0b54

Please sign in to comment.