Skip to content

Commit 0ea90aa

Browse files
odeimaizCopilot
andauthored
Update services/static-webserver/client/source/class/osparc/study/CreateFunction.js
Co-authored-by: Copilot <[email protected]>
1 parent 295acaa commit 0ea90aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/study/CreateFunction.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ qx.Class.define("osparc.study.CreateFunction", {
229229
allowGrowX: false,
230230
alignX: "right"
231231
});
232-
osparc.utils.Utils.setIdToWidget(createFunctionButton, "create_function_btn");
232+
osparc.utils.Utils.setIdToWidget(createFunctionBtn, "create_function_btn");
233233
createFunctionBtn.addListener("execute", () => {
234234
if (this.__form.validate()) {
235235
this.__createFunction(defaultInputs, exposedInputs, exposedOutputs);

0 commit comments

Comments
 (0)