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 de9b88f commit 79d2de0Copy full SHA for 79d2de0
services/static-webserver/client/source/class/osparc/info/StudyLarge.js
@@ -146,7 +146,7 @@ qx.Class.define("osparc.info.StudyLarge", {
146
}
147
},
148
"DESCRIPTION": {
149
- view: osparc.info.StudyUtils.createDescriptionMD(this.getStudy(), 150),
+ view: osparc.info.StudyUtils.createDescriptionMD(this.getStudy()),
150
action: {
151
button: osparc.utils.Utils.getEditButton(this.__canIWrite()),
152
callback: this.__canIWrite() ? this.__openDescriptionEditor : null,
0 commit comments