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 5501901 commit e373cdcCopy full SHA for e373cdc
services/static-webserver/client/source/class/osparc/product/Utils.js
@@ -323,14 +323,8 @@ qx.Class.define("osparc.product.Utils", {
323
},
324
325
hasNewPlusButton: function() {
326
- return [
327
- "osparc",
328
- "s4l",
329
- "s4lacad",
330
- "s4llite",
331
- // "tis",
332
- // "tiplite",
333
- ].includes(osparc.product.Utils.getProductName());
+ const newStudiesData = osparc.store.Products.getInstance().getPlusButtonUiConfig();
+ return Boolean(newStudiesData);
334
335
}
336
});
0 commit comments