diff --git a/sites/partners/src/components/users/FormUserManage.tsx b/sites/partners/src/components/users/FormUserManage.tsx index 05bf6af0e6..fc85f8ed37 100644 --- a/sites/partners/src/components/users/FormUserManage.tsx +++ b/sites/partners/src/components/users/FormUserManage.tsx @@ -110,6 +110,7 @@ const FormUserManage = ({ jurisdictionList.forEach((juris) => { jurisdictionalizedListings[juris.id] = [] }) + listings.sort((a, b) => a.name.localeCompare(b.name)) listings.forEach((listing) => { if (jurisdictionalizedListings[listing.jurisdiction.id]) { // if the user has access to the jurisdiction