Skip to content

Commit

Permalink
Use safer logic for whether or not high value selection shows in search
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanELEC authored and imtiazAhmd committed Nov 15, 2024
1 parent 16463b2 commit 739e4b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/shared/_search.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
</fieldset>
</div>
<div>
<% if @search_form.application_type == 'crm7' %>
<% if choose_application_type || @search_form.application_type == 'crm7' %>
<div class="govuk-date-input__item">
<div class="govuk-form-group">
<%= f.govuk_collection_select :high_value,
Expand Down

0 comments on commit 739e4b2

Please sign in to comment.