mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 06:07:21 +01:00
fix(snackbars): don't timeout server error snacks (#10372)
Fixes #10031 and #9249.
This commit is contained in:
committed by
Keith Holliday
parent
026e1a5bca
commit
25d07ac0ce
@@ -325,7 +325,7 @@ export default {
|
||||
title: 'Habitica',
|
||||
text: errorMessage,
|
||||
type: 'error',
|
||||
timeout: true,
|
||||
timeout: false,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user