Skip to content

Commit

Permalink
Revert id on ListView
Browse files Browse the repository at this point in the history
This is now handled in #39494
  • Loading branch information
getdave committed Mar 18, 2022
1 parent fc001a3 commit 90706aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default function NavigationMenu( { innerBlocks, id } ) {
return (
<>
<ListView
instanceId={ id }
id={ id }
showNestedBlocks
showBlockMovers
__experimentalFeatures
Expand Down

0 comments on commit 90706aa

Please sign in to comment.