Merge branch 'develop' of https://github.com/frappe/lms into certification-redesign

This commit is contained in:
Jannat Patel
2025-04-14 22:50:47 +05:30
28 changed files with 4296 additions and 3674 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,
})
}