Skip to content

Commit b9a3971

Browse files
committed
missing commit
1 parent a29c865 commit b9a3971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/FlashMessenger.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ qx.Class.define("osparc.FlashMessenger", {
113113
releaseTag: osparc.utils.Utils.getReleaseTag(),
114114
studyId: osparc.store.Store.getInstance().getCurrentStudy() || "",
115115
}
116-
osparc.utils.Utils.copyTextToClipboard(osparc.utils.Utils.prettifyJson(JSON.stringify(dataToClipboard)));
116+
osparc.utils.Utils.copyTextToClipboard(osparc.utils.Utils.prettifyJson(dataToClipboard));
117117
});
118118
return errorLabel;
119119
},

0 commit comments

Comments
 (0)