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 70b62b0 commit df4466eCopy full SHA for df4466e
services/static-webserver/client/source/class/osparc/dashboard/NewPlusMenu.js
@@ -160,7 +160,9 @@ qx.Class.define("osparc.dashboard.NewPlusMenu", {
160
161
__addItems: function() {
162
this.__addUIConfigItems();
163
- this.__addOtherTabsAccess();
+ if (osparc.store.StaticInfo.getInstance().isDevFeaturesEnabled()) {
164
+ this.__addOtherTabsAccess();
165
+ }
166
this.getChildControl("new-folder");
167
},
168
0 commit comments