Skip to content

Commit

Permalink
fix prop name
Browse files Browse the repository at this point in the history
  • Loading branch information
scruffian committed Mar 16, 2023
1 parent 2e9628d commit 496afa5
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,11 @@ export default function ListViewSidebar() {
focusOnMountRef,
] ) }
>
<ListView moreMenuDropdown={ (props) => (<BlockSettingsDropdown {...props} />) } />
<ListView
MoreMenuComponent={ ( props ) => (
<BlockSettingsDropdown { ...props } />
) }
/>
</div>
</div>
);
Expand Down

0 comments on commit 496afa5

Please sign in to comment.