From 10009762962fb70fe3cf1a2bfc8bd79a361e1d9c Mon Sep 17 00:00:00 2001 From: Ajit Mehrotra Date: Fri, 5 Dec 2025 18:48:44 -0500 Subject: [PATCH] fix(app.config): update toast max duration comment for compatibility with Nuxt UI 4.0.0-alpha.0 --- web/app.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app.config.ts b/web/app.config.ts index fd09f3554..789ffe1c7 100644 --- a/web/app.config.ts +++ b/web/app.config.ts @@ -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. }, }, };