Skip to content

Commit

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

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

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

0 comments on commit d36e1e1

Please sign in to comment.