Skip to content

Commit f6700cc

Browse files
committed
Update configure form to use FilterFormComponent
1 parent 05d51cf commit f6700cc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/resource_management/app/components/resource_planner_views/configure_step/form_component.html.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
hidden: !initial_filter_mode_automatic?
4040
) do
4141
render(
42-
::Filters::FilterForm.new(
43-
f,
42+
::Filters::FilterFormComponent.new(
43+
builder: f,
4444
query: @filter_query,
4545
wrap_with_controller: true,
4646
hidden_input_name: "filters",

0 commit comments

Comments
 (0)