Skip to content

Commit 8b531de

Browse files
committed
"Save"
1 parent 6e9ef18 commit 8b531de

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

services/static-webserver/client/source/class/osparc/editor/WorkspaceEditor.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,13 @@ qx.Class.define("osparc.editor.WorkspaceEditor", {
3434
this.getChildControl("description");
3535
this.getChildControl("thumbnail");
3636
this.getChildControl("cancel");
37-
const saveButton = this.getChildControl("save");
37+
this.getChildControl("save");
3838
if (workspace) {
3939
// editing
4040
this.setWorkspace(workspace);
4141
} else {
4242
// creating
4343
this.__creatingWorkspace = true;
44-
saveButton.setLabel(this.tr("Create"));
4544
this.__createWorkspace()
4645
.then(newWorkspace => {
4746
this.setWorkspace(newWorkspace);

0 commit comments

Comments
 (0)