Skip to content

Commit

Permalink
NickAkhmetov/CAT-1147 Fix display of provenance table for datasets wi…
Browse files Browse the repository at this point in the history
…th large ancestor trees (#3690)
  • Loading branch information
NickAkhmetov authored Feb 12, 2025
1 parent df7f941 commit c0dc371
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG-cat-1147.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fix display of provenance table for datasets with large ancestor trees.
1 change: 1 addition & 0 deletions context/app/static/js/hooks/useEntityData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export const useEntityQuery = (uuid: string | string[], source?: string[]) => {
() => ({
query: { ids: { values: typeof uuid === 'string' ? [uuid] : uuid } },
_source: source,
size: 10000,
}),
[uuid, source],
);
Expand Down

0 comments on commit c0dc371

Please sign in to comment.