fix: close modal

main
Kevin Hendrawan 2025-11-19 15:23:25 +07:00
parent 770f80c480
commit ae684dd7af
1 changed files with 2 additions and 3 deletions

View File

@ -364,13 +364,14 @@
},
}).then(() => {
closeModal();
// Reload table
table.ajax.reload();
});
}
function submitFormVerif(e) {
closeModal();
e.preventDefault();
// TODO: Implement form submission logic
@ -384,8 +385,6 @@
confirmButton: 'btn bg-green-800 text-white hover:bg-green-900 px-4 py-2 rounded-full',
},
}).then(() => {
closeModal();
// Reload table
table.ajax.reload();
});