Skip to content

Commit

Permalink
Force dirty state on import (#50318)
Browse files Browse the repository at this point in the history
  • Loading branch information
getdave authored May 4, 2023
1 parent 4a76c7a commit dad72a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function useConvertClassicToBlockMenu( clientId ) {
'wp_navigation',
navigationMenu.id,
{
status: postStatus,
status: 'publish',
},
{ throwOnError: true }
);
Expand Down

0 comments on commit dad72a1

Please sign in to comment.