fix: misc issues

This commit is contained in:
Jannat Patel
2025-04-14 22:28:06 +05:30
parent 2d410eac37
commit b6577133a9
8 changed files with 130 additions and 106 deletions

View File

@@ -109,7 +109,7 @@ export function showToast(title, text, icon, iconClasses = null) {
icon: icon,
iconClasses: iconClasses,
position: icon == 'check' ? 'bottom-right' : 'top-center',
timeout: 5,
timeout: icon != 'check' ? 10 : 5,
})
}