diff --git a/components/atoms/Select/single.select.stories.tsx b/components/atoms/Select/single.select.stories.tsx index e6a207286..c32ef320d 100644 --- a/components/atoms/Select/single.select.stories.tsx +++ b/components/atoms/Select/single.select.stories.tsx @@ -38,6 +38,7 @@ const baseProps: ComponentProps = { // eslint-disable-next-line no-console console.log(value); }, + labelText: "Accessible label", }; export const Default: Story = {