Skip to content

Commit

Permalink
fix: fix page incorrect page title on config page
Browse files Browse the repository at this point in the history
Fixes #2049
  • Loading branch information
mainawycliffe authored and moshloop committed Sep 10, 2024
1 parent f8537a7 commit 5af2632
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/config/details/ConfigDetailsInsightsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export function ConfigDetailsInsightsPage() {

return (
<ConfigDetailsTabs
pageTitlePrefix={"Catalog Changes"}
pageTitlePrefix={"Catalog Insights"}
isLoading={isLoading}
refetch={() => setRefreshButtonClickedTrigger((x) => x++)}
activeTabName="Insights"
Expand Down
2 changes: 1 addition & 1 deletion src/pages/config/details/ConfigDetailsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export function ConfigDetailsPage() {

return (
<ConfigDetailsTabs
pageTitlePrefix={"Catalog Changes"}
pageTitlePrefix={"Catalog"}
isLoading={isLoading}
refetch={refetch}
activeTabName="Catalog"
Expand Down

0 comments on commit 5af2632

Please sign in to comment.