fix(otorisator): perbarui pesan sukses otorisasi
- Menghapus detail tambahan dari pesan sukses otorisasi. - Memastikan pesan lebih ringkas dan jelas bagi pengguna.
This commit is contained in:
@@ -236,7 +236,7 @@
|
|||||||
},
|
},
|
||||||
success: (response) => {
|
success: (response) => {
|
||||||
Swal.fire('Berhasil!',
|
Swal.fire('Berhasil!',
|
||||||
'Data berhasil diotorisasi. Menunggu Approval dan Tanggal Paparan dari DD',
|
'Data berhasil diotorisasi.',
|
||||||
'success').then(() => {
|
'success').then(() => {
|
||||||
window.location.reload();
|
window.location.reload();
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user