Skip to content

Commit 0a8f6f6

Browse files
committed
chore: cd node in progress redirecting to app details
1 parent 247bb2a commit 0a8f6f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ApplicationGroup/AppGroup.utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ export const getAppGroupDeploymentHistoryLink = (
326326
) => {
327327
if (status?.toLowerCase() === DEPLOYMENT_STATUS.PROGRESSING) {
328328
//If deployment is in progress then it will redirect to app details page
329-
return `${URLS.APP}/${appId}/${URLS.APP_DETAILS}/${envId}`
329+
return `${URLS.APPLICATION_GROUP}/${envId}/${URLS.APP_DETAILS}/${envId}`
330330
}
331331
if (redirectToAppGroup) {
332332
// It will redirect to application group deployment history in case of same environment

0 commit comments

Comments
 (0)