Skip to content

Commit

Permalink
updates from Wes
Browse files Browse the repository at this point in the history
  • Loading branch information
jenbeckett committed Dec 23, 2024
1 parent b90ae66 commit 14361b7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,6 @@ export default {
},
created() {
this.PROVINCES = PROVINCES;
this.model.province1 = this.model.province1 ?? PROVINCES.find((province) => province.value === 'BC')?.value;
this.model.province2 = this.model.province2 ?? PROVINCES.find((province) => province.value === 'BC')?.value;
},
Expand Down

0 comments on commit 14361b7

Please sign in to comment.