diff --git a/packages/react-components/src/Select/select.stories.tsx b/packages/react-components/src/Select/select.stories.tsx index 06cb3180..420d62da 100644 --- a/packages/react-components/src/Select/select.stories.tsx +++ b/packages/react-components/src/Select/select.stories.tsx @@ -112,7 +112,6 @@ const meta: Meta = { options: top100Films, placeholder: 'Select a movie', getOptionLabel: (option: any) => option.title, - value: { title: 'Monty Python and the Holy Grail', year: 1975 }, }, tags: ['autodocs'], argTypes: {