Skip to content

Commit 5e65772

Browse files
committed
capital letters
1 parent 0480f23 commit 5e65772

File tree

1 file changed

+4
-4
lines changed
  • services/static-webserver/client/source/class/osparc/data/model

1 file changed

+4
-4
lines changed

services/static-webserver/client/source/class/osparc/data/model/StudyUI.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,17 +83,17 @@ qx.Class.define("osparc.data.model.StudyUI", {
8383
},
8484

8585
templateType: {
86-
check: [null, "hypertool"],
86+
check: [null, "hypertool", "tutorial", "template"],
8787
init: null,
8888
nullable: true,
8989
event: "changeTemplateType",
9090
},
9191
},
9292

9393
statics: {
94-
TEMPLATE_TYPE: "template",
95-
TUTORIAL_TYPE: "tuorial",
96-
HYPERTOOL_TYPE: "hypertool",
94+
TEMPLATE_TYPE: "TEMPLATE",
95+
TUTORIAL_TYPE: "TUTORIAL",
96+
HYPERTOOL_TYPE: "HYPERTOOL",
9797
},
9898

9999
members: {

0 commit comments

Comments
 (0)