Skip to content

Commit

Permalink
Fix list view prop. Changelog update.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstine committed May 27, 2023
1 parent cf8c4ba commit 362e0e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

- `DropdownMenu` v2: Tweak styles ([#50967](https://github.com/WordPress/gutenberg/pull/50967)).

### Enhancements

- Wrapped `TabPanel` in a `forwardRef` call ([#50199](https://github.com/WordPress/gutenberg/pull/50199)).

## 25.0.0 (2023-05-24)

### Breaking Changes

- `DateTime`: Remove previously deprecated props, `__nextRemoveHelpButton` and `__nextRemoveResetButton` ([#50724](https://github.com/WordPress/gutenberg/pull/50724)).

### Enhancements

- Wrapped `TabPanel` in a `forwardRef` call ([#50199](https://github.com/WordPress/gutenberg/pull/50199)).

### Internal

- `Modal`: Remove children container's unused class name ([#50655](https://github.com/WordPress/gutenberg/pull/50655)).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export default function ListViewSidebar() {
if ( tabName === 'list-view' ) {
return (
<div className="edit-post-editor__list-view-panel-content">
<ListView dropZone={ dropZoneElement } />
<ListView dropZoneElement={ dropZoneElement } />
</div>
);
}
Expand Down

0 comments on commit 362e0e9

Please sign in to comment.