Skip to content

Commit

Permalink
Custom views are still experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal committed Jan 24, 2024
1 parent 34fb5c6 commit 952facd
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions packages/edit-site/src/components/sidebar-dataviews/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,13 @@ export default function DataViewsSidebarContent() {
);
} ) }
</ItemGroup>
<CustomDataViewsList
activeView={ activeView }
type={ type }
isCustom="true"
/>
{ window?.__experimentalAdminViews && (
<CustomDataViewsList
activeView={ activeView }
type={ type }
isCustom="true"
/>
) }
</>
);
}

0 comments on commit 952facd

Please sign in to comment.