Skip to content

Commit 6b154a0

Browse files
committed
minor
1 parent 9cd75ca commit 6b154a0

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/form/tag/TagItem.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ qx.Class.define("osparc.form.tag.TagItem", {
116116
minWidth: 30,
117117
alignY: "middle",
118118
});
119-
osparc.dashboard.CardBase.populateShareIcon(control, this.getAccessRights())
119+
osparc.dashboard.CardBase.populateShareIcon(control, this.getAccessRights());
120120
break;
121121
case "name-input":
122122
control = new qx.ui.form.TextField().set({

0 commit comments

Comments
 (0)