Skip to content

Commit

Permalink
Update packages/edit-site/src/components/add-new-template/new-templat…
Browse files Browse the repository at this point in the history
…e.js

Co-authored-by: Miguel Fonseca <[email protected]>
  • Loading branch information
ntsekouras and mcsf committed Jul 4, 2022
1 parent e8a3934 commit d5beea6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ function useMissingTemplates(
);
// We need to replace existing default template types with
// the create specific template functionality. The original
// info(`title, description, etc..) are preserved in
// info (title, description, etc.) is preserved in the
// `useExtraTemplates` hook.
const enhancedMissingDefaultTemplateTypes = [ ...missingDefaultTemplates ];
[ categoryMenuItem, tagMenuItem ].forEach( ( menuItem ) => {
Expand Down

0 comments on commit d5beea6

Please sign in to comment.