Skip to content

Commit ed6a16c

Browse files
committed
custom
1 parent 60a4980 commit ed6a16c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,9 @@ qx.Class.define("osparc.study.CreateFunction", {
311311

312312
__updateTemplateMetadata: function(templateData) {
313313
const patchData = {
314-
"hidden": "Base template for function",
314+
"custom" : {
315+
"hidden": "Base template for function",
316+
}
315317
};
316318
const params = {
317319
url: {

0 commit comments

Comments
 (0)