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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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',