Skip to content

Commit

Permalink
edit-post: Fix no-string-literals warning (#32518)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka authored Jun 9, 2021
1 parent a7e2895 commit a9aeebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/edit-post/src/store/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ export function* __unstableSwitchToTemplateMode( template ) {
yield setIsEditingTemplate( true );

const isWelcomeGuideActive = yield controls.select(
'core/edit-post',
editPostStore.name,
'isFeatureActive',
'welcomeGuideTemplate'
);
Expand Down

0 comments on commit a9aeebe

Please sign in to comment.