Skip to content

Commit a4161ce

Browse files
DataViews: Fix pages list back path (#59201)
Co-authored-by: ntsekouras <[email protected]> Co-authored-by: youknowriad <[email protected]>
1 parent e1cd130 commit a4161ce

File tree

1 file changed

+1
-0
lines changed
  • packages/edit-site/src/components/sidebar

1 file changed

+1
-0
lines changed

packages/edit-site/src/components/sidebar/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ function SidebarScreens() {
7676
<SidebarNavigationScreen
7777
title={ __( 'Pages' ) }
7878
content={ <DataViewsSidebarContent /> }
79+
backPath="/page"
7980
/>
8081
</SidebarScreenWrapper>
8182
<SidebarScreenWrapper path="/page/:postId">

0 commit comments

Comments
 (0)