Skip to content

Commit

Permalink
fix(ui): select stories
Browse files Browse the repository at this point in the history
  • Loading branch information
BQXBQX committed Feb 7, 2024
1 parent 2cfe018 commit 77851de
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 77851de

Please sign in to comment.