From cbfaca1021333d14afa8ef5935fdb3239a00866a Mon Sep 17 00:00:00 2001 From: Theophile Sandoz Date: Mon, 3 Jul 2023 10:26:13 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=95=B9=EF=B8=8F=20Fix=20controls=20in=20A?= =?UTF-8?q?pp=20stories=20(#4464)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix controls in App stories --- packages/ui/src/app/App.stories.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/ui/src/app/App.stories.tsx b/packages/ui/src/app/App.stories.tsx index 01e7b9e1be..23008abecd 100644 --- a/packages/ui/src/app/App.stories.tsx +++ b/packages/ui/src/app/App.stories.tsx @@ -120,7 +120,11 @@ export default { } }, }, - render: () => ( + + render: ( + // eslint-disable-next-line @typescript-eslint/no-unused-vars + args // This parameter is needs for the controls to appear in stories + ) => (