Skip to content

Commit

Permalink
Merge pull request #1418 from dpc-sdp/bugfix/add-example-id
Browse files Browse the repository at this point in the history
fix: add example id to search banner story
  • Loading branch information
lambry authored Jan 6, 2025
2 parents f6c0781 + 5f0380d commit b056a9d
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ export const SingleTemplate = (args) => ({
}}
args={{
title: 'Search banner',
intro: 'A neat little search banner.'
intro: 'A neat little search banner.',
searchBar: {
id: 'search-banner'
}
}}
/>

Expand Down

0 comments on commit b056a9d

Please sign in to comment.