Skip to content

Commit

Permalink
Revert incorrect status change for all records
Browse files Browse the repository at this point in the history
  • Loading branch information
getdave committed Nov 3, 2022
1 parent 28c947b commit 689fc1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function selectNavigationMenus( select ) {
const args = [
DEFAULT_ENTITY_KIND,
DEFAULT_ENTITY_TYPE,
{ per_page: -1, status: 'publish' },
{ per_page: -1, status: [ 'publish', 'draft' ] },
];

return {
Expand Down

0 comments on commit 689fc1b

Please sign in to comment.