Skip to content

Commit

Permalink
DataViews: Fix pages list back path (#59201)
Browse files Browse the repository at this point in the history
Co-authored-by: ntsekouras <[email protected]>
Co-authored-by: youknowriad <[email protected]>
  • Loading branch information
3 people authored Feb 20, 2024
1 parent e1cd130 commit a4161ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/edit-site/src/components/sidebar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ function SidebarScreens() {
<SidebarNavigationScreen
title={ __( 'Pages' ) }
content={ <DataViewsSidebarContent /> }
backPath="/page"
/>
</SidebarScreenWrapper>
<SidebarScreenWrapper path="/page/:postId">
Expand Down

1 comment on commit a4161ce

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in a4161ce.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/7975795763
📝 Reported issues:

Please sign in to comment.