We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88ce5d3 commit 2449790Copy full SHA for 2449790
.changeset/cold-bananas-admire.md
@@ -0,0 +1,5 @@
1
+---
2
+'hive': patch
3
4
+
5
+Stay in the opened page when switching between targets
packages/web/app/src/components/layouts/target-selector.tsx
@@ -87,10 +87,7 @@ export function TargetSelector(props: {
87
value={props.currentTargetSlug}
88
onValueChange={id => {
89
void router.navigate({
90
- to: '/$organizationSlug/$projectSlug/$targetSlug',
91
params: {
92
- organizationSlug: props.currentOrganizationSlug,
93
- projectSlug: props.currentProjectSlug,
94
targetSlug: id,
95
},
96
});
0 commit comments