Skip to content

Commit

Permalink
Remove TemplateAreas from template details (#48490)
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor authored and ntsekouras committed Feb 28, 2023
1 parent 73110bf commit 762e8bc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/edit-site/src/components/template-details/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import { decodeEntities } from '@wordpress/html-entities';
*/
import isTemplateRevertable from '../../utils/is-template-revertable';
import { store as editSiteStore } from '../../store';
import TemplateAreas from './template-areas';
import EditTemplateTitle from './edit-template-title';
import { useLink } from '../routes/link';
import TemplatePartAreaSelector from './template-part-area-selector';
Expand Down Expand Up @@ -89,8 +88,6 @@ export default function TemplateDetails( { template, onClose } ) {
</div>
) }

<TemplateAreas closeTemplateDetailsDropdown={ onClose } />

{ isTemplateRevertable( template ) && (
<MenuGroup className="edit-site-template-details__group edit-site-template-details__revert">
<MenuItem
Expand Down

0 comments on commit 762e8bc

Please sign in to comment.