Skip to content

Commit 564fe99

Browse files
Merge pull request #6322 from devtron-labs/fix-appDetail
fix: appDetail data override change
2 parents 018e7cb + db327ea commit 564fe99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/restHandler/app/appList/AppListingRestHandler_ent.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ func (handler AppListingRestHandlerImpl) GetAllAppEnvsFromResourceNames(w http.R
1515
}
1616

1717
func (handler AppListingRestHandlerImpl) updateApprovalConfigDataInAppDetailResp(appDetail AppView.AppDetailContainer, appId, envId int) (AppView.AppDetailContainer, error) {
18-
return AppView.AppDetailContainer{}, nil
18+
return appDetail, nil
1919
}

0 commit comments

Comments
 (0)