Skip to content

Commit

Permalink
fix(react): add titleText to multiselect in modal story (#11488)
Browse files Browse the repository at this point in the history
Co-authored-by: D.A. Kahn <[email protected]>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored May 26, 2022
1 parent 5a5b1d5 commit 39bee79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react/src/components/Modal/next/Modal.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ export const Default = () => {
<MultiSelect
id="test"
label="Multiselect"
titleText="Multiselect"
items={[
{
id: 'downshift-1-item-0',
Expand Down

0 comments on commit 39bee79

Please sign in to comment.