Skip to content

Commit

Permalink
fix(type-filter): add back entity type data product for filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Endtry committed Sep 29, 2023
1 parent 34fb8c5 commit 61b529d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datahub-web-react/src/app/home/HomePageRecommendations.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ const simpleViewEntityTypes = [
EntityType.Dashboard,
EntityType.GlossaryNode,
EntityType.GlossaryTerm,
EntityType.DataProduct,
];

export const HomePageRecommendations = ({ user }: Props) => {
Expand Down

0 comments on commit 61b529d

Please sign in to comment.