diff --git a/src/ui/components/Select.tsx b/src/ui/components/Select.tsx index c14002528..ef38eed2d 100644 --- a/src/ui/components/Select.tsx +++ b/src/ui/components/Select.tsx @@ -30,7 +30,7 @@ const SelectMenu = styled('select')((props: {grow?: boolean}) => ({ export default class Select extends Component<{ /** Additional className added to the element */ className?: string; - /** Additional className added to the element */ + /** The list of options to display */ options: { [key: string]: string; };