diff --git a/app/views/admin/budgets/_form.html.erb b/app/components/admin/budgets/form_component.html.erb
similarity index 65%
rename from app/views/admin/budgets/_form.html.erb
rename to app/components/admin/budgets/form_component.html.erb
index 295f1234a..3391bc6f7 100644
--- a/app/views/admin/budgets/_form.html.erb
+++ b/app/components/admin/budgets/form_component.html.erb
@@ -1,8 +1,8 @@
-<%= translatable_form_for [:admin, @budget], html: { class: "budgets-form" } do |f| %>
+<%= translatable_form_for [:admin, budget], html: { class: "budgets-form" } do |f| %>