diff --git a/modules/costs/app/views/admin/cost_types/index.html.erb b/modules/costs/app/views/admin/cost_types/index.html.erb
index b240dfb215e..d42a9fae344 100644
--- a/modules/costs/app/views/admin/cost_types/index.html.erb
+++ b/modules/costs/app/views/admin/cost_types/index.html.erb
@@ -55,7 +55,7 @@ See COPYRIGHT and LICENSE files for more details.
end %>
<% subheader.with_bottom_pane_component do %>
- <%= styled_form_tag(cost_types_path, { method: :get, id: "query_form" }) do %>
+ <%= styled_form_tag(admin_cost_types_path, { method: :get, id: "query_form" }) do %>