Skip to content

Commit

Permalink
fix: add missing labelText prop
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamchasing committed Oct 30, 2024
1 parent fcbed9e commit 8d77505
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/atoms/Select/single.select.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const baseProps: ComponentProps<typeof SingleSelect> = {
// eslint-disable-next-line no-console
console.log(value);
},
labelText: "Accessible label",
};

export const Default: Story = {
Expand Down

0 comments on commit 8d77505

Please sign in to comment.