Skip to content

Commit

Permalink
Merge pull request #1837 from sennetconsortium/libpitt/1836-prov
Browse files Browse the repository at this point in the history
Remove useless query param - #1836
  • Loading branch information
maxsibilla authored Feb 7, 2025
2 parents 6c43c9e + 91f76dd commit a91cac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/custom/entities/Provenance.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ function Provenance({nodeData}) {
if (initialized.current) return
initialized.current = true
const token = getAuth();
const url = getEntityEndPoint() + 'entities/{id}/provenance?return_descendants=true&filter='+ encodeURI('-Publication|-Collection|-Upload')
const url = getEntityEndPoint() + 'entities/{id}/provenance?return_descendants=true'
const itemId = data.uuid;
const graphOps = {token, url}

Expand Down

0 comments on commit a91cac3

Please sign in to comment.