mirror of https://github.com/harness/drone.git
fix: [CODE-3392]: Show approval expand section if only default reviewers required (#3581)
parent
9d5ceb0033
commit
70bfcb4399
|
@ -504,6 +504,7 @@ const ChangesSection = (props: ChangesSectionProps) => {
|
|||
minReqLatestApproval > 0 ||
|
||||
!isEmpty(changeReqEvaluations) ||
|
||||
!isEmpty(codeOwners) ||
|
||||
!isEmpty(defaultReviewersInfoSet) ||
|
||||
false)
|
||||
return (
|
||||
<Render when={!loading && !loadingReviewers && status}>
|
||||
|
|
Loading…
Reference in New Issue