Store settings in lowdb
This commit is contained in:
@@ -315,7 +315,6 @@ class ConnectionSettings extends React.Component<Props, State> {
|
||||
|
||||
const mqttOptions = toMqttConnection(this.props.connection)
|
||||
if (mqttOptions) {
|
||||
console.log(mqttOptions)
|
||||
this.props.actions.connect(mqttOptions, this.props.connection.id)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user