Merge branch 'develop' of https://github.com/frappe/lms into certification-redesign
This commit is contained in:
@@ -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,
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user