From 34fb8c58fccab097c327b37d3e8b94ba231334a7 Mon Sep 17 00:00:00 2001 From: endtry Date: Thu, 28 Sep 2023 21:26:02 -0700 Subject: [PATCH] fix(data-product): show data product card on home page --- .../src/app/entity/dataProduct/DataProductEntity.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datahub-web-react/src/app/entity/dataProduct/DataProductEntity.tsx b/datahub-web-react/src/app/entity/dataProduct/DataProductEntity.tsx index c3f1273681c19..620d42943a74a 100644 --- a/datahub-web-react/src/app/entity/dataProduct/DataProductEntity.tsx +++ b/datahub-web-react/src/app/entity/dataProduct/DataProductEntity.tsx @@ -51,7 +51,7 @@ export class DataProductEntity implements Entity { isSearchEnabled = () => true; - isBrowseEnabled = () => false; + isBrowseEnabled = () => true; isLineageEnabled = () => false;