Duplicate icon added to bulk actions

This commit is contained in:
EnesSacid-Buker
2022-09-19 17:01:09 +03:00
committed by GitHub
parent 6d14e93c38
commit e24b870955

View File

@ -44,6 +44,7 @@ abstract class BulkAction
'enable' => 'check_circle',
'disable' => 'hide_source',
'delete' => 'delete',
'duplicate' => 'file_copy',
'export' => 'file_download',
'reconcile' => 'published_with_changes',
'unreconcile' => 'layers_clear',