Skip to content

Commit

Permalink
Fix storybook tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vesnushka committed Oct 16, 2024
1 parent e79318b commit 24660b2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export const Default: Story = {
{ value: { Coding: { code: '3', display: 'Item 3' } } },
{ value: { Coding: { code: '4', display: 'Item 4' } } },
],
entryFormat: 'Select...',
}}
context={{} as ItemContext}
/>
Expand Down Expand Up @@ -72,6 +73,7 @@ export const Multiple: Story = {
{ value: { Coding: { code: '3', display: 'Item 3' } } },
{ value: { Coding: { code: '4', display: 'Item 4' } } },
],
entryFormat: 'Select...',
}}
context={{} as ItemContext}
/>
Expand Down

0 comments on commit 24660b2

Please sign in to comment.