Issues #188: done.

This commit is contained in:
chiayin
2023-11-13 09:10:15 +08:00
parent 79385c2e3c
commit 91045c0706

View File

@@ -43,9 +43,11 @@ export async function saveFilter(addFilterId) {
}
export async function savedSuccessfully(value) {
value = value ? value : '';
await Swal.fire({
title: 'SAVE COMPLETE',
html: `<span class="text-primary">${value}</span> has been saved in Lucia.`,
timer: 5000, // 停留5秒後自動關閉
showConfirmButton: false,
icon: 'success',
iconColor: '#0099FF',