mirror of
https://github.com/harness/drone.git
synced 2025-05-09 03:52:00 +08:00
fix: [CODE-3392]: Show approval expand section if only default reviewers required (#3581)
This commit is contained in:
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
Block a user