Skip to content

Commit 6e49199

Browse files
committed
Fixed example from ApplicationLayout stories
1 parent 48395cc commit 6e49199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/lib/src/layout/ApplicationLayout.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const ApplicationLayoutResponsiveSidenav = () => (
7272
<DxcApplicationLayout.Sidenav
7373
branding={{ appTitle: "Application layout with push sidenav" }}
7474
navItems={items}
75-
bottomContent={(expanded: boolean) => (!expanded ? <p>Responsive Content</p> : <></>)}
75+
defaultExpanded={false}
7676
/>
7777
}
7878
>

0 commit comments

Comments
 (0)