Skip to content

Commit

Permalink
Merge pull request #4076 from jeff-phillips-18/catalog-details
Browse files Browse the repository at this point in the history
Fix Dev Catalog tile selection
  • Loading branch information
openshift-merge-robot committed Jan 29, 2020
2 parents 545374d + a986e8a commit e0c0707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/public/components/catalog/catalog-items.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ const keywordCompare = (filterString: string, item: Item): boolean => {
};

const setURLParams = (params): void => {
const url = new URL(window.location.pathname);
const url = new URL(window.location.href);
const searchParams = `?${params.toString()}${url.hash}`;

history.replace(`${url.pathname}${searchParams}`);
Expand Down

0 comments on commit e0c0707

Please sign in to comment.