Skip to content

Commit

Permalink
Merge pull request #280 from rimorin/staging
Browse files Browse the repository at this point in the history
fix: invalid change postal description for non-postal congs
  • Loading branch information
rimorin authored Apr 4, 2024
2 parents 9d58969 + 879c7d7 commit 9c5b551
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pages/dashboard/admin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1650,7 +1650,9 @@ function Admin({ user }: adminProps) {
footerSaveAcl: userAccessLevel,
congregation: code,
postalCode: currentPostalcode,
territoryCode: selectedTerritoryCode
territoryCode: selectedTerritoryCode,
requiresPostalCode:
policy.requiresPostcode()
}
).then(
async () =>
Expand Down

0 comments on commit 9c5b551

Please sign in to comment.