Skip to content

Commit

Permalink
Merge pull request #14 from BQXBQX/dev-bqx
Browse files Browse the repository at this point in the history
fix(ui): select stories #2
  • Loading branch information
BQXBQX committed Feb 7, 2024
2 parents d36e1e1 + f10e154 commit 20846b1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/ui/lib/Select/Select.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,13 @@ const defaultProps: SelectProps = {
selectKey: 2,
};

export const FirstSelect: Story = {
export const DefaultButton: Story = {
args: {
...defaultProps,
},
};

export const DisabledButton: Story = {
args: {
...defaultProps,
},
Expand Down

0 comments on commit 20846b1

Please sign in to comment.