Skip to content

Commit

Permalink
Feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka committed Jul 15, 2024
1 parent 755d66b commit e683bab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default function BlockThemeControl( { id } ) {

const canCreateTemplate = useSelect(
( select ) =>
select( coreStore ).canUser( 'create', {
!! select( coreStore ).canUser( 'create', {
kind: 'postType',
name: 'wp_template',
} ),
Expand Down

0 comments on commit e683bab

Please sign in to comment.