Skip to content

Commit

Permalink
Update menu-bar.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Prince527GitHub committed Feb 26, 2024
1 parent 6d6e225 commit 5a3e991
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/menu-bar/menu-bar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -499,11 +499,11 @@ class MenuBar extends React.Component {
>
{this.props.intl.formatMessage(sharedMessages.loadFromServer)}
</MenuItem>
<MenuItem
{/* <MenuItem
onClick={this.props.onStartSelectingFileUpload(true)}
>
{this.props.intl.formatMessage(sharedMessages.loadFromComputerTitle)}
</MenuItem>
</MenuItem> */}
<SB3Downloader>{(className, downloadProjectCallback) => (
<MenuItem
className={className}
Expand Down

0 comments on commit 5a3e991

Please sign in to comment.