Skip to content

Commit

Permalink
default status is open
Browse files Browse the repository at this point in the history
  • Loading branch information
amtuannguyen committed Jan 15, 2025
1 parent 99d0003 commit fa82cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/data_requests/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
<%= render partial: data_request %>
<% end %>
<% else %>
<p>There are no data request with <strong><%= params[:status] %></strong> status</p>
<p>There are no data request with <strong><%= params[:status] ? params[:status] : DataRequest::OPEN %></strong> status</p>
<% end %>
</div>

0 comments on commit fa82cb2

Please sign in to comment.