Skip to content

Commit d33309f

Browse files
committed
Fix publish template
1 parent 5f4d901 commit d33309f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

services/static-webserver/client/source/class/osparc/share/AddCollaborators.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ qx.Class.define("osparc.share.AddCollaborators", {
5151
_createChildControlImpl: function(id) {
5252
let control;
5353
switch (id) {
54+
case "intro-text":
55+
control = new qx.ui.basic.Label();
56+
this._addAt(control, 0);
57+
break;
5458
case "buttons-layout":
5559
control = new qx.ui.container.Composite(new qx.ui.layout.HBox());
5660
this._add(control);

0 commit comments

Comments
 (0)