Skip to content

Commit

Permalink
Forgot to add the button change :(
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaHaverty committed Aug 9, 2024
1 parent 51cced9 commit 645ee2b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions fission/src/ui/panels/mirabuf/ImportMirabufPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -372,10 +372,6 @@ const ImportMirabufPanel: React.FC<PanelPropsImpl> = ({ panelId }) => {
</SectionLabel>
<SectionDivider />
{cachedRobotElements}
{Spacer(5)}
<Box alignSelf={"center"}>
<Button value="Import from File" onClick={() => openModal("import-local-mirabuf")} />
</Box>
</>
) : (
<>
Expand Down Expand Up @@ -431,6 +427,9 @@ const ImportMirabufPanel: React.FC<PanelPropsImpl> = ({ panelId }) => {
{remoteFieldElements}
</>
)}
<Box alignSelf={"center"}>
<Button value="Import from File" onClick={() => openModal("import-local-mirabuf")} />
</Box>
</div>
</Panel>
)
Expand Down

0 comments on commit 645ee2b

Please sign in to comment.