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 ddfed06 commit 172ae1fCopy full SHA for 172ae1f
services/static-webserver/client/source/class/osparc/conversation/AddMessage.js
@@ -61,12 +61,6 @@ qx.Class.define("osparc.conversation.AddMessage", {
61
_createChildControlImpl: function(id) {
62
let control;
63
switch (id) {
64
- case "add-comment-label":
65
- control = new qx.ui.basic.Label().set({
66
- value: this.tr("Add comment")
67
- });
68
- this._add(control);
69
- break;
70
case "add-comment-layout": {
71
const grid = new qx.ui.layout.Grid(8, 5);
72
grid.setColumnWidth(0, 32);
0 commit comments