diff --git a/pkgs/webview-ui/app/src/Form/fields/Select.tsx b/pkgs/webview-ui/app/src/Form/fields/Select.tsx index c8f67c6d7..26990bbcf 100644 --- a/pkgs/webview-ui/app/src/Form/fields/Select.tsx +++ b/pkgs/webview-ui/app/src/Form/fields/Select.tsx @@ -27,7 +27,7 @@ export interface Option { interface SelectInputpProps { value: string[] | string; - selectProps: JSX.InputHTMLAttributes; + selectProps?: JSX.InputHTMLAttributes; options: Option[]; label: JSX.Element; labelProps?: InputLabelProps;