From 354c74e92084c4f144da0b63b5823d29a4431cc6 Mon Sep 17 00:00:00 2001 From: ayntk-ai <122374094+ayntk-ai@users.noreply.github.com> Date: Thu, 29 Aug 2024 12:37:19 +0200 Subject: [PATCH] fix --- .../components/modal-confirmation.blade.php | 21 +++++++++++-------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/resources/views/components/modal-confirmation.blade.php b/resources/views/components/modal-confirmation.blade.php index df9cd77e7..5d65b5511 100644 --- a/resources/views/components/modal-confirmation.blade.php +++ b/resources/views/components/modal-confirmation.blade.php @@ -33,6 +33,7 @@ confirmWithText: @js($confirmWithText), confirmWithPassword: @js($confirmWithPassword), copied: false, + action: @js($action), getActionText(action) { return this.checkboxActions[action] || action; }, @@ -161,7 +162,7 @@
Warning
This operation is not reversible. Please proceed with caution.
-