Skip to content

Commit

Permalink
DataViews: Fix pages list back path
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsekouras committed Feb 20, 2024
1 parent ea283aa commit 7a3be40
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

0 comments on commit 7a3be40

Please sign in to comment.