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