calm-queen-64495
08/17/2022, 3:58 AM_="on click
call Swal.fire({title: 'Confirm', text:'Do you want to continue?'})
if result.isConfirmed trigger confirmed">
But the Modal closes along with the sweetalert, so the confirmed is not fired.
How would you stop the modal from closing, so the use can choose to confirm or deny the request?