Skip to content

Commit ee73225

Browse files
committed
Allow empty description
1 parent 1348ea8 commit ee73225

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/static-webserver/client/source/class/osparc/study/CreateFunction.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ qx.Class.define("osparc.study.CreateFunction", {
120120

121121
const description = new qx.ui.form.TextField().set({
122122
required: false,
123+
value: this.__studyData.description || ""
123124
});
124125
form.add(description, this.tr("Description"), null, "description");
125126

0 commit comments

Comments
 (0)