Skip to content

Commit

Permalink
Fix Home Owners table error
Browse files Browse the repository at this point in the history
  • Loading branch information
dimak1 committed Jul 3, 2024
1 parent 251a585 commit a1a2373
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -869,6 +869,7 @@ export default defineComponent({
return ((props.validateTransfer || (!props.isMhrTransfer && localState.reviewedOwners)) &&
(
localState.homeOwners.length === 0 ||
!hasMinimumGroups() ||
(props.isMhrTransfer && !hasUnsavedChanges.value) ||
!localState.isValidAllocation ||
Expand Down

0 comments on commit a1a2373

Please sign in to comment.