Skip to content

Commit

Permalink
fix(ui): fetch Data Products always from the network (datahub-project…
Browse files Browse the repository at this point in the history
…#11165)

Co-authored-by: Aseem Bansal <[email protected]>
  • Loading branch information
sakethvarma397 and anshbansal authored Jan 24, 2025
1 parent b701e07 commit f814908
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ export default function DataProductsTab() {
searchFlags: { skipCache: true },
},
},
fetchPolicy: 'no-cache',
});
const totalResults = data?.searchAcrossEntities?.total || 0;
const searchResults = data?.searchAcrossEntities?.searchResults?.map((r) => r.entity) || [];
Expand Down

0 comments on commit f814908

Please sign in to comment.