Skip to content

Commit

Permalink
fix(@dpc-sdp/ripple-ui-core): add id to search banner story
Browse files Browse the repository at this point in the history
  • Loading branch information
lambry committed Dec 31, 2024
1 parent ea62ddb commit 5f0380d
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 5f0380d

Please sign in to comment.