Skip to content

Commit e1ba324

Browse files
committed
Update navigation stories
1 parent b5583a3 commit e1ba324

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/core/packages/chrome/navigation/src/__stories__/navigation.stories.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ export default {
7676
iconType: LOGO.type,
7777
},
7878
setWidth: () => {},
79+
solutionId: 'es',
7980
},
8081
} as Meta<PropsAndArgs>;
8182

@@ -220,6 +221,7 @@ const Layout = ({ ...props }: PropsAndArgs) => {
220221
items={props.items}
221222
logo={props.logo}
222223
setWidth={setNavigationWidth}
224+
solutionId={props.solutionId}
223225
/>
224226
}
225227
sidebar={

0 commit comments

Comments
 (0)