We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 989201f commit 5a0bc89Copy full SHA for 5a0bc89
services/static-webserver/client/source/class/osparc/form/renderer/PropForm.js
@@ -279,7 +279,7 @@ qx.Class.define("osparc.form.renderer.PropForm", {
279
allowGrowX: false,
280
alignX: "center"
281
});
282
- osparc.utils.Utils.setIdToWidget(probeBtn, "connect_input_btn_" + field.key);
+ osparc.utils.Utils.setIdToWidget(fieldOptsBtn, "connect_input_btn_" + field.key);
283
this.__fieldOptsBtnMap[field.key] = fieldOptsBtn;
284
// populate the button/menu when the it appears
285
fieldOptsBtn.addListenerOnce("appear", () => {
0 commit comments