Skip to content

Commit

Permalink
Merge pull request #1424 from flanksource/1420-catalog-breadcrumb-cli…
Browse files Browse the repository at this point in the history
…cking-type-returns-error

fix: fix catalog breadcrumb throwing error when type is clicked
  • Loading branch information
moshloop authored Sep 27, 2023
2 parents 78c8191 + efce061 commit 84d63d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/config/ConfigList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export function ConfigListPage() {
<BreadcrumbRoot link="/catalog">Catalog</BreadcrumbRoot>,
...(configType
? [
<BreadcrumbRoot link={`/catalog/${configType}`}>
<BreadcrumbRoot link={`/catalog?type=${configType}`}>
<ConfigsTypeIcon
config={{ type: configType }}
showSecondaryIcon
Expand Down

0 comments on commit 84d63d9

Please sign in to comment.