From 92d9b68ec47f80d8b7be9d1da7d5b53e576e97fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=BCneyt=20=C5=9Eent=C3=BCrk?= Date: Fri, 26 May 2023 16:07:06 +0300 Subject: [PATCH] Fixed list page table line action double click issue ( #8669rw1hw ) --- resources/views/components/table/actions.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/components/table/actions.blade.php b/resources/views/components/table/actions.blade.php index be8853aa8..de214dbc5 100644 --- a/resources/views/components/table/actions.blade.php +++ b/resources/views/components/table/actions.blade.php @@ -47,7 +47,7 @@ @break @default - + {{ $action['icon'] }} @@ -124,7 +124,7 @@ @php $divider = false; @endphp
- + {{ $action['title'] }}