change alerts

This commit is contained in:
Hafifie PKB
2025-07-06 12:01:48 +08:00
parent 00c4b9d55e
commit 11d4e975a1
4 changed files with 46 additions and 21 deletions
@@ -2838,6 +2838,8 @@
showCancelButton: true,
confirmButtonText: 'Hantar',
cancelButtonText: 'Batal',
allowOutsideClick: false,
allowEscapeKey: false,
inputValidator: (value) => {
if (!value) {
return 'Sila masukkan komen!';