demo compile

This commit is contained in:
2022-02-20 02:34:07 +08:00
parent 78b2b4b753
commit 26cb0eaef1
6 changed files with 194 additions and 28681 deletions
+1 -1
View File
@@ -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) => (