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 0a8f6f6 commit 1e28994Copy full SHA for 1e28994
src/components/ApplicationGroup/AppGroup.utils.ts
@@ -326,7 +326,7 @@ export const getAppGroupDeploymentHistoryLink = (
326
) => {
327
if (status?.toLowerCase() === DEPLOYMENT_STATUS.PROGRESSING) {
328
//If deployment is in progress then it will redirect to app details page
329
- return `${URLS.APPLICATION_GROUP}/${envId}/${URLS.APP_DETAILS}/${envId}`
+ return `${URLS.APPLICATION_GROUP}/${envId}/${URLS.APP_DETAILS}/${appId}`
330
}
331
if (redirectToAppGroup) {
332
// It will redirect to application group deployment history in case of same environment
0 commit comments