fix: maintain cluster context after adding repo (#616) (#641)

* fix: maintain cluster context after adding repo (#616)

* chore: rollback lock file changes as requested
This commit is contained in:
Vedant Apraj
2026-01-09 23:17:22 +05:30
committed by GitHub
parent 05c7c0b5c4
commit 37af7dfbec
5 changed files with 25 additions and 36 deletions

View File

@@ -76,7 +76,7 @@ export default function Header() {
<ul className="flex w-full items-center md:mt-0 md:flex-row md:justify-between md:border-0 md:text-sm md:font-normal">
<li>
<LinkWithSearchParams
to={"installed"}
to={"/installed"}
exclude={["tab"]}
className={getBtnStyle("installed")}
>
@@ -85,7 +85,7 @@ export default function Header() {
</li>
<li>
<LinkWithSearchParams
to={"repository"}
to={"/repository"}
exclude={["tab"]}
end={false}
className={getBtnStyle("repository")}