Skip to content

Commit

Permalink
Use flow path helper
Browse files Browse the repository at this point in the history
  • Loading branch information
allthesignals committed May 14, 2024
1 parent d98105b commit cc5606c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/cbv_flows/employer_search.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<h3 class="site-preview-heading margin-bottom-2">Results</h3>
<%= render partial: 'employer', locals: { employer: @employers } %>

<%= form_with url: cbv_flow_summary_path, method: :post, class: 'display-none', data: { 'cbv-flows-target': "form" } do |f| %>
<%= form_with url: next_path, method: :post, class: 'display-none', data: { 'cbv-flows-target': "form" } do |f| %>
<input type="hidden" name="user[account_id]" data-cbv-flows-target="userAccountId" />
<% end %>

Expand Down

0 comments on commit cc5606c

Please sign in to comment.