mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-28 00:06:53 +01:00
feat: add projects and environments to cr preview (#7740)
This commit is contained in:
parent
ca35ca1b24
commit
65131727c1
@ -431,7 +431,7 @@ export const ChangeRequestOverview: FC = () => {
|
|||||||
variant='outlined'
|
variant='outlined'
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
navigate(
|
navigate(
|
||||||
`/playground?changeRequest=${changeRequest.id}`,
|
`/playground?changeRequest=${changeRequest.id}&projects=${projectId}&environments=${changeRequest.environment}`,
|
||||||
);
|
);
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user