Refactor: Export button always on header dropdown
This commit is contained in:
parent
55edcead5f
commit
2c6a5919f5
1 changed files with 0 additions and 3 deletions
|
|
@ -121,15 +121,12 @@ export const MenuBar = ({
|
|||
<IconComponent name="FileUp" className="header-menu-options " />
|
||||
Import
|
||||
</DropdownMenuItem>
|
||||
{(!hasApiKey || !validApiKey) && (
|
||||
<ExportModal>
|
||||
<div className="header-menubar-item">
|
||||
<IconComponent name="FileDown" className="header-menu-options" />
|
||||
Export
|
||||
</div>
|
||||
</ExportModal>
|
||||
)}
|
||||
|
||||
<DropdownMenuItem
|
||||
onClick={() => {
|
||||
undo();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue