mirror of
https://github.com/unraid/api.git
synced 2026-05-09 08:41:12 -05:00
fix(app.config): update toast max duration comment for compatibility with Nuxt UI 4.0.0-alpha.0
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@ export default {
|
||||
position: 'top-center' as const,
|
||||
// expand: false, --> buggy
|
||||
duration: 5000,
|
||||
max: 3,
|
||||
// max: 3, --> not added yet in 4.0.0-alpha.0. Needs to be upgraded to 4.2.1 or later.
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user