mirror of
https://github.com/datahub-project/datahub.git
synced 2026-01-07 15:27:05 +00:00
fix(data-product): show data product card on home page (#8924)
This commit is contained in:
parent
b81e818e47
commit
c779b92bd0
@ -51,7 +51,7 @@ export class DataProductEntity implements Entity<DataProduct> {
|
||||
|
||||
isSearchEnabled = () => true;
|
||||
|
||||
isBrowseEnabled = () => false;
|
||||
isBrowseEnabled = () => true;
|
||||
|
||||
isLineageEnabled = () => false;
|
||||
|
||||
|
||||
@ -95,6 +95,7 @@ const simpleViewEntityTypes = [
|
||||
EntityType.Dashboard,
|
||||
EntityType.GlossaryNode,
|
||||
EntityType.GlossaryTerm,
|
||||
EntityType.DataProduct,
|
||||
];
|
||||
|
||||
export const HomePageRecommendations = ({ user }: Props) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user