diff --git a/js/src/common/components/Select.tsx b/js/src/common/components/Select.tsx index 8ea2114e9..15b3fbb33 100644 --- a/js/src/common/components/Select.tsx +++ b/js/src/common/components/Select.tsx @@ -5,7 +5,7 @@ export interface SelectProps extends ComponentProps { /** * Disabled state for the input. */ - disabled: boolean; + disabled?: boolean; /** * A callback to run when the selected value is changed. @@ -29,7 +29,7 @@ export interface SelectProps extends ComponentProps { * The `Select` component displays a