Skip to content

Commit 585bab3

Browse files
committed
fix
1 parent f4e8a16 commit 585bab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/dashboard/ResourceDetails.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,7 @@ qx.Class.define("osparc.dashboard.ResourceDetails", {
804804
__getCreateTemplatePage: function() {
805805
if (
806806
!osparc.utils.Resources.isStudy(this.__resourceData) ||
807-
osparc.product.Utils.showTemplates()
807+
!osparc.product.Utils.showTemplates()
808808
) {
809809
return null;
810810
}

0 commit comments

Comments
 (0)