Skip to content

Commit

Permalink
fix: Keep locale param (#707)
Browse files Browse the repository at this point in the history
  • Loading branch information
aki77 committed Aug 20, 2022
1 parent 1961417 commit 66a7a56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/good_job/shared/_filter.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<%= form_with(url: "", method: :get, local: true, id: "filter_form", class: "container-fluid") do |form| %>
<%= hidden_field_tag :poll, params[:poll] %>
<%= hidden_field_tag :state, params[:state] %>
<%= hidden_field_tag :locale, params[:locale] if params[:locale] %>
<div class="d-flex flex-row w-100">
<div class="me-2">
<select name="queue_name" id="job_queue_filter" class="form-select form-select-sm">
Expand Down

0 comments on commit 66a7a56

Please sign in to comment.