Skip to content

Commit

Permalink
Merge pull request #163 from bcgov/sdci-112
Browse files Browse the repository at this point in the history
Add contact type to District Contacts extract
  • Loading branch information
michaeltangbcgov authored Apr 19, 2024
2 parents dce5017 + fc52945 commit 2e22a9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/views/DistrictView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ onMounted(async () => {
return {
'District Number': response.data.districtData?.districtNumber,
'District Name': response.data.districtData?.displayName,
'Contact Type': item.label,
'Job Title': item.jobTitle,
'First Name': item.firstName,
'Last Name': item.lastName,
Expand Down

0 comments on commit 2e22a9e

Please sign in to comment.