Skip to content

Commit

Permalink
Remove the second save button (from the footer)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel committed Jun 3, 2020
1 parent 6dbde96 commit e5a625e
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,6 @@ export default function BlockEditorArea( {
</CardBody>
<CardFooter>
<DeleteMenuButton menuId={ menuId } onDelete={ onDeleteMenu } />
<Button isPrimary onClick={ saveBlocks }>
{ __( 'Save navigation' ) }
</Button>
</CardFooter>
</Card>
);
Expand Down

0 comments on commit e5a625e

Please sign in to comment.