mirror of
https://github.com/frappe/lms.git
synced 2026-04-30 20:59:34 +03:00
fix: increase toast duration when evaluation scheduling fails
This commit is contained in:
@@ -124,7 +124,7 @@ function submitEvaluation(close) {
|
||||
})
|
||||
.catch((err) => {
|
||||
console.log(err.messages?.[0] || err)
|
||||
toast.warning(__(err.messages?.[0] || err))
|
||||
toast.warning(__(err.messages?.[0] || err), { duration: 20 })
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user