change not toast

This commit is contained in:
Ibnu Maksum 2024-05-30 10:28:41 +07:00
parent 4d90c752cb
commit 579e2cc2f7
No known key found for this signature in database
GPG Key ID: 7FC82848810579E5
3 changed files with 186 additions and 187 deletions

View File

@ -630,5 +630,6 @@
"State": "State", "State": "State",
"State_of_Resident": "State of Resident", "State_of_Resident": "State of Resident",
"Zip": "Zip", "Zip": "Zip",
"Zip_Code": "Zip Code" "Zip_Code": "Zip Code",
"": ""
} }

View File

@ -472,8 +472,7 @@
Swal.fire({ Swal.fire({
icon: '{if $notify_t == "s"}success{else}error{/if}', icon: '{if $notify_t == "s"}success{else}error{/if}',
title: '{$notify}', title: '{$notify}',
toast: true, position: 'top-end',
position: 'bottom-end',
showConfirmButton: false, showConfirmButton: false,
timer: 5000, timer: 5000,
timerProgressBar: true, timerProgressBar: true,

View File

@ -203,8 +203,7 @@
Swal.fire({ Swal.fire({
icon: '{if $notify_t == "s"}success{else}warning{/if}', icon: '{if $notify_t == "s"}success{else}warning{/if}',
title: '{$notify}', title: '{$notify}',
toast: true, position: 'top-end',
position: 'bottom-end',
showConfirmButton: false, showConfirmButton: false,
timer: 5000, timer: 5000,
timerProgressBar: true, timerProgressBar: true,