From f93998e1c0c0135cbfbfaf372016604e64db4ddb Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Fri, 3 Oct 2025 14:28:29 +0800 Subject: [PATCH] set msw to quiet in storybook --- next-ui/.storybook/preview.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/next-ui/.storybook/preview.ts b/next-ui/.storybook/preview.ts index 2957e5882..7c905a43f 100644 --- a/next-ui/.storybook/preview.ts +++ b/next-ui/.storybook/preview.ts @@ -19,6 +19,7 @@ import { PiniaColadaDelay } from '@pinia/colada-plugin-delay' initialize( { onUnhandledRequest: 'bypass', + quiet: true, }, handlers, )