We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8908ad4 commit 54be608Copy full SHA for 54be608
packages/ui-components/src/Common/Signature/index.stories.tsx
@@ -24,8 +24,8 @@ export const Default: Story = {
24
type={<a href="#"><Object></a>}
25
description="An optional attribute."
26
>
27
- <Signature name="option1" type={<a href="#"><Type3></a>} />
28
- <Signature name="option2" type={<a href="#"><Type3></a>} />
+ <Signature name="option1" type={<a href="#"><Type1></a>} />
+ <Signature name="option2" type={<a href="#"><Type2></a>} />
29
<Signature
30
name="option3"
31
type={<a href="#"><Type3></a>}
0 commit comments