Skip to content

Commit

Permalink
fix contact type displayname:
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunlumbcgov committed Nov 14, 2023
1 parent 892c4f1 commit 97dc617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/ContactsView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const resetContactFilters = () => {
const transformContactForDownload = (inputData: any) => {
return inputData.map((item: any) => ({
districtNumber: item.districtNumber,
displayName: item.displayName,
districtName: item.districtName,
firstName: item.firstName,
lastName: item.lastName,
jobTitle: item.jobTitle,
Expand Down

0 comments on commit 97dc617

Please sign in to comment.