From 6b859d31e809f035b700288284052097ca6cd1eb Mon Sep 17 00:00:00 2001 From: Thomas Nordquist Date: Mon, 25 Feb 2019 16:40:43 +0100 Subject: [PATCH] Fix loading client id conenction setting fixes #71 --- .../components/ConnectionSetup/AdvancedConnectionSettings.tsx | 1 + 1 file changed, 1 insertion(+) 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')} />