1
0
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:
Mateusz Kwasniewski 2024-08-02 12:56:29 +02:00 committed by GitHub
parent ca35ca1b24
commit 65131727c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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}`,
);
}}
>