fix: close modal
parent
770f80c480
commit
ae684dd7af
|
|
@ -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();
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue