mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +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'
|
||||
onClick={() => {
|
||||
navigate(
|
||||
`/playground?changeRequest=${changeRequest.id}`,
|
||||
`/playground?changeRequest=${changeRequest.id}&projects=${projectId}&environments=${changeRequest.environment}`,
|
||||
);
|
||||
}}
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user