Skip to content

Commit

Permalink
fix: invalid change postal description for non-postal congs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwan Rimorin John Eric authored and Kwan Rimorin John Eric committed Apr 4, 2024
1 parent 230f56c commit 879c7d7
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 879c7d7

Please sign in to comment.