Skip to content

Commit

Permalink
Merge pull request #91 from bcgov/scdicontact
Browse files Browse the repository at this point in the history
contact changes
  • Loading branch information
shaunlumbcgov authored Nov 15, 2023
2 parents 71b4d62 + 86c855f commit 1eddba5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontend/src/views/ContactsView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const searchContact = async () => {
]
if (selectedContactType.value) {
params[0].searchCriteriaList.push({
key: 'jobTitle',
key: 'districtContactTypeCode',
operation: 'eq',
value: selectedContactType.value,
valueType: 'STRING',
Expand Down Expand Up @@ -106,9 +106,9 @@ const searchContact = async () => {
<v-autocomplete
v-model="selectedContactType"
label="Select a Contact by Type"
:items="appStore.getAllDistrictContactTypeCodesLabel"
:item-title="appStore.getAllDistrictContactTypeCodesLabel"
:item-value="appStore.getAllDistrictContactTypeCodesLabel"
:items="appStore.getDistrictContactTypeCodes"
item-title="label"
item-value="districtContactTypeCode"
></v-autocomplete>
<v-btn
@click="searchContact"
Expand Down

0 comments on commit 1eddba5

Please sign in to comment.