From 770f80c480412527cbb8374c1cc3e5243608a8a5 Mon Sep 17 00:00:00 2001 From: Kevin Hendrawan Date: Wed, 19 Nov 2025 15:18:19 +0700 Subject: [PATCH] fix(dataNasabah):closeModal --- Views/Data/Nasabah/Index.cshtml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Views/Data/Nasabah/Index.cshtml b/Views/Data/Nasabah/Index.cshtml index 1976494..efffe2d 100644 --- a/Views/Data/Nasabah/Index.cshtml +++ b/Views/Data/Nasabah/Index.cshtml @@ -311,8 +311,6 @@ }); $('#example').on('click', '.btn-circle.btn-success', function (e) { - console.log("test"); - modal_verifikasi.showModal() }); @@ -346,6 +344,7 @@ // Close modal modal_tambah.close(); + modal_verifikasi.close(); } function submitForm(e) {