Skip to content

Commit eaf5bf4

Browse files
committed
fix: result data in parser props
1 parent 370627a commit eaf5bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/v2/appDetails/AppDetails.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ const AppDetailsComponent = ({
121121
const processedDeploymentStatusDetailsData =
122122
isVirtualEnv.current && processVirtualEnvironmentDeploymentData
123123
? processVirtualEnvironmentDeploymentData(deploymentStatusDetailRes)
124-
: processDeploymentStatusDetailsData(appDetails?.deploymentAppType)
124+
: processDeploymentStatusDetailsData(appDetails?.deploymentAppType, deploymentStatusDetailRes)
125125

126126
clearDeploymentStatusTimer()
127127
// If deployment status is in progress then fetch data in every 10 seconds

0 commit comments

Comments
 (0)