Skip to content

Commit

Permalink
adjust story
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillDogadin-std committed Feb 7, 2023
1 parent 98272f1 commit 3079caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/layout/Header.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ storiesOf('Layout/Header', module)
template: `<Header
type="unified"
:isExplanationsShown.sync="isExplanationsShown"
:productionBannerUrl="https://github.com"
productionBannerUrl='https://github.com'
@update:isExplanationsShown="updateIsExplanationsShown"
/>`,
}))
Expand Down

0 comments on commit 3079caa

Please sign in to comment.