Skip to content

Commit

Permalink
UIIN-1990 Remove expandAll parameter from browse requests (#1649)
Browse files Browse the repository at this point in the history
  • Loading branch information
vashjs authored and mkuklis committed Apr 7, 2022
1 parent 1bd266b commit 4e5c891
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/routes/buildManifestObject.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ export function buildManifestObject() {
} else return 'search/instances';
},
params: {
expandAll: true,
query: buildQuery,
highlightMatch: (queryParams) => {
const queryValue = get(queryParams, 'query', '');
Expand Down

0 comments on commit 4e5c891

Please sign in to comment.