diff --git a/app/src/components/ConnectionSetup/AdvancedConnectionSettings.tsx b/app/src/components/ConnectionSetup/AdvancedConnectionSettings.tsx index cd17cd2..bce1b8a 100644 --- a/app/src/components/ConnectionSetup/AdvancedConnectionSettings.tsx +++ b/app/src/components/ConnectionSetup/AdvancedConnectionSettings.tsx @@ -79,6 +79,7 @@ class ConnectionSettings extends React.Component { className={classes.fullWidth} label="MQTT Client ID" margin="normal" + value={this.props.connection.clientId} onChange={this.handleChange('clientId')} />