Skip to content

Commit

Permalink
fix(data-product): show data product card on home page
Browse files Browse the repository at this point in the history
  • Loading branch information
Endtry committed Sep 29, 2023
1 parent d33a853 commit 34fb8c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export class DataProductEntity implements Entity<DataProduct> {

isSearchEnabled = () => true;

isBrowseEnabled = () => false;
isBrowseEnabled = () => true;

isLineageEnabled = () => false;

Expand Down

0 comments on commit 34fb8c5

Please sign in to comment.