diff --git a/admin/app/components/solidus_admin/properties/index/component.rb b/admin/app/components/solidus_admin/properties/index/component.rb index e8289365922..75099d15f92 100644 --- a/admin/app/components/solidus_admin/properties/index/component.rb +++ b/admin/app/components/solidus_admin/properties/index/component.rb @@ -14,7 +14,7 @@ def search_url end def row_url(property) - spree.admin_property_path(property) + spree.edit_admin_property_path(property) end def page_actions