diff --git a/app/components/work_package_types/form_configuration_component.html.erb b/app/components/work_package_types/form_configuration_component.html.erb index 20cfedb36b42..8710c91f2db9 100644 --- a/app/components/work_package_types/form_configuration_component.html.erb +++ b/app/components/work_package_types/form_configuration_component.html.erb @@ -41,14 +41,16 @@ See COPYRIGHT and LICENSE files for more details. ) %> <% end %> - <% content.with_main(overflow: :auto, classes: "type-form-configuration-page--main") do %> - <%= render( - WorkPackageTypes::FormConfiguration::MainContentComponent.new( - type: @type, - group_components: group_components, - ee_available: ee_available? - ) - ) %> + <% content.with_main(classes: "type-form-configuration-page--main") do %> +