Skip to content

Commit

Permalink
Fix regressed menu selection dropdown placeholder value for Nav Edito…
Browse files Browse the repository at this point in the history
…r menu locations UI (#33748)
  • Loading branch information
getdave authored Jul 29, 2021
1 parent e394488 commit 75b5781
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export default function ManageLocations( {
labelPosition="top"
value={ menuLocation.menu }
options={ [
{ value: 0, label: __( '-' ), key: 0 },
{ value: 0, label: __( 'Select a Menu' ), key: 0 },
...menus.map( ( { id, name } ) => ( {
key: id,
value: id,
Expand Down

0 comments on commit 75b5781

Please sign in to comment.