From 37916667fd46dc77fdd7940e2d0ae6e365faf519 Mon Sep 17 00:00:00 2001 From: axel7083 <42176370+axel7083@users.noreply.github.com> Date: Wed, 18 Sep 2024 18:41:18 +0200 Subject: [PATCH] fix(Storybook): highlight sidebar items (#8951) fix(Storybook): high light sidebar items Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com> --- website/src/pages/storybook/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/pages/storybook/index.tsx b/website/src/pages/storybook/index.tsx index 939d7df00b4e4..8e27a01ce68a0 100644 --- a/website/src/pages/storybook/index.tsx +++ b/website/src/pages/storybook/index.tsx @@ -102,7 +102,7 @@ function StorybookRoot(): JSX.Element { isHidden={false} onCollapse={() => {}} sidebar={storybookItems as PropSidebarItem[]} - path="/storybook"> + path={`/storybook?id=${id}`}> {id ? (