Untitled
Anonymous
plain_text
06/07/2023 9:33 AM
420 B
13
Indexable
Swal.fire({
title: "مایل به تغییر این فیلد هستید؟",
showDenyButton: false,
showCancelButton: true,
showConfirmButton: true,
cancelButtonText: 'برگشت',
confirmButtonText: `تایید`,
}).then((result) => {
if (result.isConfirmed) {
//cancele
}
})Editor is loading...