Spaces:
Running
Running
Update src/components/menu-bar/menu-bar.jsx
Browse files
src/components/menu-bar/menu-bar.jsx
CHANGED
@@ -661,6 +661,7 @@ class MenuBar extends React.Component {
|
|
661 |
// eslint-disable-next-line max-len
|
662 |
description="Menu bar item to select a new file to save the project as"
|
663 |
id="tw.saveAs"
|
|
|
664 |
/>
|
665 |
</MenuItem>
|
666 |
</React.Fragment>
|
|
|
661 |
// eslint-disable-next-line max-len
|
662 |
description="Menu bar item to select a new file to save the project as"
|
663 |
id="tw.saveAs"
|
664 |
+
hidden="true"
|
665 |
/>
|
666 |
</MenuItem>
|
667 |
</React.Fragment>
|