From 59f4fe67d6e537fec9338ce9e3d903a858335e94 Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 18 Apr 2023 11:28:35 -0700 Subject: [PATCH] Removed duplicate tooltip Signed-off-by: snipe --- resources/views/partials/bootstrap-table.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/partials/bootstrap-table.blade.php b/resources/views/partials/bootstrap-table.blade.php index 1e1022083a..122e547bad 100644 --- a/resources/views/partials/bootstrap-table.blade.php +++ b/resources/views/partials/bootstrap-table.blade.php @@ -261,7 +261,7 @@ } if ((row.available_actions) && (row.available_actions.clone === true)) { - actions += 'Clone '; + actions += 'Clone '; } if ((row.available_actions) && (row.available_actions.update === true)) {