We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baafa2b commit d554a0bCopy full SHA for d554a0b
services/static-webserver/client/source/class/osparc/store/Products.js
@@ -69,7 +69,6 @@ qx.Class.define("osparc.store.Products", {
69
const validate = ajv.compile(schema);
70
const valid = validate(uiConfig);
71
if (valid) {
72
- // Validate data if present
73
this.__uiConfig = uiConfig;
74
resolve(this.__uiConfig);
75
} else {
0 commit comments