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 9cd75ca commit 6b154a0Copy full SHA for 6b154a0
services/static-webserver/client/source/class/osparc/form/tag/TagItem.js
@@ -116,7 +116,7 @@ qx.Class.define("osparc.form.tag.TagItem", {
116
minWidth: 30,
117
alignY: "middle",
118
});
119
- osparc.dashboard.CardBase.populateShareIcon(control, this.getAccessRights())
+ osparc.dashboard.CardBase.populateShareIcon(control, this.getAccessRights());
120
break;
121
case "name-input":
122
control = new qx.ui.form.TextField().set({
0 commit comments