Skip to content

Commit df4466e

Browse files
committed
minor
1 parent 70b62b0 commit df4466e

File tree

1 file changed

+3
-1
lines changed
  • services/static-webserver/client/source/class/osparc/dashboard

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,9 @@ qx.Class.define("osparc.dashboard.NewPlusMenu", {
160160

161161
__addItems: function() {
162162
this.__addUIConfigItems();
163-
this.__addOtherTabsAccess();
163+
if (osparc.store.StaticInfo.getInstance().isDevFeaturesEnabled()) {
164+
this.__addOtherTabsAccess();
165+
}
164166
this.getChildControl("new-folder");
165167
},
166168

0 commit comments

Comments
 (0)