Skip to content

Commit 5a0bc89

Browse files
authored
Update PropForm.js
1 parent 989201f commit 5a0bc89

File tree

1 file changed

+1
-1
lines changed
  • services/static-webserver/client/source/class/osparc/form/renderer

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/form/renderer/PropForm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ qx.Class.define("osparc.form.renderer.PropForm", {
279279
allowGrowX: false,
280280
alignX: "center"
281281
});
282-
osparc.utils.Utils.setIdToWidget(probeBtn, "connect_input_btn_" + field.key);
282+
osparc.utils.Utils.setIdToWidget(fieldOptsBtn, "connect_input_btn_" + field.key);
283283
this.__fieldOptsBtnMap[field.key] = fieldOptsBtn;
284284
// populate the button/menu when the it appears
285285
fieldOptsBtn.addListenerOnce("appear", () => {

0 commit comments

Comments
 (0)