Skip to content

Commit

Permalink
Update links in OrganizationSelector and
Browse files Browse the repository at this point in the history
ConfigurationDetailPage
  • Loading branch information
filiptronicek committed Nov 11, 2023
1 parent fc62dfe commit 7e91bab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/dashboard/src/menu/OrganizationSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default function OrganizationSelector() {
customContent: <LinkEntry>Configurations</LinkEntry>,
active: false,
separator: false,
link: "/configurations",
link: "/repositories",
});
}
linkEntries.push({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export function ConfigurationDetailPage({ children, configurationQuery, id }: Pa
<BreadcrumbNav
pageTitle="Repository Configuration"
pageDescription={data?.name ?? ""}
backLink="/configurations"
backLink="/repositories"
/>
<WidePageWithSubMenu subMenu={settingsMenu} navTitle="Configuration Settings">
{isLoading && <Loader2 className="animate-spin" />}
Expand Down

0 comments on commit 7e91bab

Please sign in to comment.