From b78ccfbf8b0114d273aaa015ad73c74a79ee72e2 Mon Sep 17 00:00:00 2001 From: Andrew P Maney Date: Sun, 29 Mar 2020 16:18:47 -0700 Subject: [PATCH] MUI: fix TimezonePicker types broken from mui/lab update --- src/widgets/TimezonePicker.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) => (