From cc2b7b149e03c2b4dcf6e388b6f17d9bf726c765 Mon Sep 17 00:00:00 2001 From: Alexander Matyushentsev Date: Mon, 9 Dec 2019 15:36:39 -0800 Subject: [PATCH] Issue 2848 - Application Deployment history panel shows incorrect info for recent releases (#2849) --- .../application-deployment-history.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ui/src/app/applications/components/application-deployment-history/application-deployment-history.tsx b/ui/src/app/applications/components/application-deployment-history/application-deployment-history.tsx index 22f47982de..ee9b632f48 100644 --- a/ui/src/app/applications/components/application-deployment-history/application-deployment-history.tsx +++ b/ui/src/app/applications/components/application-deployment-history/application-deployment-history.tsx @@ -67,7 +67,9 @@ export const ApplicationDeploymentHistory = ({ source={{...recentDeployments[index].source, targetRevision: recentDeployments[index].revision}} /> {selectedRollbackDeploymentIndex === index ? ( - services.repos.appDetails(src)}> + services.repos.appDetails(src)}> {(details: models.RepoAppDetails) => (