diff --git a/react/src/WifiConfigDialog.tsx b/react/src/WifiConfigDialog.tsx index 886af57..45bb665 100644 --- a/react/src/WifiConfigDialog.tsx +++ b/react/src/WifiConfigDialog.tsx @@ -526,23 +526,11 @@ const WifiConfigDialog = withStyles(styles, { withTheme: true })( { if (value) { this.setState({ countryCode: value.id }) } }} + onChange={(event, value) => { if (value) { this.handleCountryChanged({ countryCode: value.id }) } }} options={this.getCountryCodeOptions()} renderInput={(params) => ()} disabled={!enabled} /> - {/* - - */} -