Skip to content

Commit ec015b0

Browse files
committed
wip
1 parent aca21dd commit ec015b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

admin/app/components/solidus_admin/stock_locations/form/component.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<% end %>
1313

1414
<%= render component('ui/panel').new(title: t('.address')) do %>
15-
<%= render component('ui/forms/address').new(addressable: @stock_location, form_field_name: 'stock_location', include_name_field: false) %>
15+
<%= render component('ui/forms/address').new(addressable: @stock_location, form_field_name: 'stock_location', fields_preset: :location, exclude_fields: %i[email]) %>
1616
<% end %>
1717
<% end %>
1818

0 commit comments

Comments
 (0)