Skip to content

Commit

Permalink
Update default grp id
Browse files Browse the repository at this point in the history
  • Loading branch information
cameron-eyds committed Feb 3, 2025
1 parent 032960d commit b279229
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ppr-ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ppr-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ppr-ui",
"version": "3.3.11",
"version": "3.3.12",
"private": true,
"appName": "Assets UI",
"sbcName": "SBC Common Components",
Expand Down
2 changes: 1 addition & 1 deletion ppr-ui/src/composables/mhrRegistration/useHomeOwners.ts
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ export function useHomeOwners (isMhrTransfer: boolean = false, isMhrCorrection:
if (!showGroups.value && homeOwnerGroups.length) dropDownItems.shift()

// Handle Edit Defaults
if (!dropDownItems.length) return [{ title: 'Group 1 (New Group)', value: DEFAULT_GROUP_ID }]
if (!dropDownItems.length) return [{ title: 'Group 1 (New Group)', value: DEFAULT_GROUP_ID + 1 }]

// Only return groups that have NOT been REMOVED
return dropDownItems.filter(item => {
Expand Down

0 comments on commit b279229

Please sign in to comment.