Skip to content

Commit

Permalink
Remove useless query param - #1836
Browse files Browse the repository at this point in the history
  • Loading branch information
libpitt committed Feb 7, 2025
1 parent 86894af commit 91f76dd
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 91f76dd

Please sign in to comment.