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