Fixing app templating after refactor

This commit is contained in:
ItsLemmy
2025-11-08 19:29:02 -05:00
parent 355271768c
commit 168bf54f41
28 changed files with 113 additions and 101 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ Singleton {
notify(message, description, "", "warning", duration)
}
function showError(message, description = "", duration = 5000) {
function showError(message, description = "", duration = 6000) {
notify(message, description, "", "error", duration)
}
}