Skip to content

Commit

Permalink
disable global option for a while from builder sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
Md. Anam Hossain committed Feb 28, 2020
1 parent bb14e03 commit bf44aa6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion engine/App/components/sidebar/Sidebar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ let Sidebar = React.createClass({
<Tab onClick={handleTabClick} id='op-menu' icon='link' title='Menu' active={activeTab}
visibleOn="op-sections"/>
<Tab onClick={handleTabClick} id='op-settings' icon='cog' title='Global Settings' active={activeTab}
visibleOn="op-sections"/>
// visibleOn="op-sections"/>
visibleOn=""/>
</ul>
);
},
Expand Down

0 comments on commit bf44aa6

Please sign in to comment.