Skip to content

Commit 4fd877d

Browse files
committed
Fix property value not selected in combobox
1 parent 69ea1a8 commit 4fd877d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino-cloud.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
$("#node-input-property").trigger("change");
117117
} else {
118118
$("select#node-input-property").empty();
119-
initProperties(connection, thing_id, undefined, outs, this._);
119+
initProperties(connection, thing_id, this.property, outs, this._);
120120
}
121121
}
122122
});

0 commit comments

Comments
 (0)