diff --git a/src/widgets/TimezonePicker.tsx b/src/widgets/TimezonePicker.tsx index c47241e..e81ffac 100644 --- a/src/widgets/TimezonePicker.tsx +++ b/src/widgets/TimezonePicker.tsx @@ -20,7 +20,7 @@ export default React.memo(function TimezonePicker(props: PropsType) { props.onChange(value)} + onChange={(_e: any, value: string) => props.onChange(value)} getOptionLabel={(option) => option.replace('_', ' ')} style={props.style} renderInput={(params) => (