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 <ntsekouras@git.wordpress.org>
Co-authored-by: youknowriad <youknowriad@git.wordpress.org>
  • Loading branch information
3 people authored and getdave committed Feb 27, 2024
1 parent ba6f31c commit 6dca770
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={ __( 'Manage pages' ) }
content={ <DataViewsSidebarContent /> }
backPath="/page"
/>
</SidebarScreenWrapper>
<SidebarScreenWrapper path="/page/:postId">
Expand Down

0 comments on commit 6dca770

Please sign in to comment.