From e24b87095529903a07296c2a43309e5a68c971a3 Mon Sep 17 00:00:00 2001 From: EnesSacid-Buker <73346401+EnesSacid-Buker@users.noreply.github.com> Date: Mon, 19 Sep 2022 17:01:09 +0300 Subject: [PATCH] Duplicate icon added to bulk actions --- app/Abstracts/BulkAction.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Abstracts/BulkAction.php b/app/Abstracts/BulkAction.php index 3f49455c4..ab8d60f71 100644 --- a/app/Abstracts/BulkAction.php +++ b/app/Abstracts/BulkAction.php @@ -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',