Skip to content

Commit

Permalink
Remove custom template creation
Browse files Browse the repository at this point in the history
  • Loading branch information
Copons committed Oct 23, 2020
1 parent 6873921 commit 9c1e948
Showing 1 changed file with 0 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,20 +84,6 @@ export default function NewTemplateDropdown() {
)
) }
</MenuGroup>
<MenuGroup>
<MenuItem
info={ __( 'Custom template ' ) }
onClick={ () => {
addTemplate( {
title: __( 'New Template' ),
status: 'draft',
} );
onClose();
} }
>
{ __( 'General' ) }
</MenuItem>
</MenuGroup>
</NavigableMenu>
) }
</DropdownMenu>
Expand Down

0 comments on commit 9c1e948

Please sign in to comment.