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 c6c1946 commit eb97b83Copy full SHA for eb97b83
services/static-webserver/client/source/class/osparc/jobs/JobsButton.js
@@ -72,7 +72,7 @@ qx.Class.define("osparc.jobs.JobsButton", {
72
},
73
74
__updateJobsButton: function() {
75
- this._createChildControlImpl("icon");
+ this.getChildControl("icon");
76
const number = this.getChildControl("number");
77
78
const jobsStore = osparc.store.Jobs.getInstance();
0 commit comments