Skip to content

Commit

Permalink
Merge pull request #12880 from tvu20/OCPBUGS-14602
Browse files Browse the repository at this point in the history
OCPBUGS-14602: selected project was not taking effect when searching …
  • Loading branch information
openshift-merge-robot authored Jun 7, 2023
2 parents e0e23f2 + 6b91aad commit 3a81ba8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ const getCatalogSources = (

export const InstallPlansPage: React.FC<InstallPlansPageProps> = (props) => {
const { t } = useTranslation();
const namespace = props.match?.params?.ns;
const namespace = props.namespace || props.match?.params?.ns;
return (
<MultiListPage
{...props}
Expand Down

0 comments on commit 3a81ba8

Please sign in to comment.