fix: [CODE-3392]: Show approval expand section if only default reviewers required (#3581)

main
Johannes Batzill 2025-03-21 02:15:48 +00:00 committed by Harness
parent 9d5ceb0033
commit 70bfcb4399
1 changed files with 1 additions and 0 deletions

View File

@ -504,6 +504,7 @@ const ChangesSection = (props: ChangesSectionProps) => {
minReqLatestApproval > 0 ||
!isEmpty(changeReqEvaluations) ||
!isEmpty(codeOwners) ||
!isEmpty(defaultReviewersInfoSet) ||
false)
return (
<Render when={!loading && !loadingReviewers && status}>