Swall And Deleted
Swal.fire({
title: 'Confirmation',
text: 'Do you really want to delete?',
icon: 'warning',
showDenyButton: true,
}).then((result) => {if (result.isConfirmed){alert("Deleted Success")}});
Swall And Deleted
Reviewed by Leo
on
Agustus 14, 2022
Rating:
Tidak ada komentar