diff --git a/resources/views/api-logs/index.blade.php b/resources/views/api-logs/index.blade.php index c434d19b..28e82d9b 100644 --- a/resources/views/api-logs/index.blade.php +++ b/resources/views/api-logs/index.blade.php @@ -331,7 +331,7 @@ function copyAiAnalysis(id) { } // 커스텀 확인 모달 -let currentFormId = null; +var currentFormId = currentFormId ?? null; function showConfirmModal(formId, title, message, color) { currentFormId = formId; @@ -478,10 +478,10 @@ function showAlertModal(title, message, color = 'blue') {