app/components/solidus_admin/stores/index/component.rb in solidus_admin-0.2.0 vs app/components/solidus_admin/stores/index/component.rb in solidus_admin-0.3.0
- old
+ new
@@ -27,10 +27,10 @@
end
def batch_actions
[
{
- display_name: t('.batch_actions.delete'),
+ label: t('.batch_actions.delete'),
action: solidus_admin.stores_path,
method: :delete,
icon: 'delete-bin-7-line',
},
]