demo compile
This commit is contained in:
@@ -54,7 +54,7 @@ function CountriesInput(props: {
|
||||
})}
|
||||
sx={{ width: 300 }}
|
||||
onChange={(_event, value) => {
|
||||
props.onChange(value);
|
||||
props.onChange(value as Country);
|
||||
}}
|
||||
getOptionLabel={(option) => option.default_name}
|
||||
renderOption={(props, option) => (
|
||||
|
||||
Reference in New Issue
Block a user