Skip to content

Commit

Permalink
Merge pull request #396 from ProgramEquity/tdo95/postal-form
Browse files Browse the repository at this point in the history
Correct submission behavior for postal form
  • Loading branch information
paramsiddharth authored Nov 9, 2022
2 parents a421abb + bf268cc commit 7ee438f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SearchReps.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<v-card-text>
<v-subheader class="pa-0"> Where do you live? </v-subheader>

<v-form ref="form">
<v-form @submit.prevent="CreateRepList()" ref="form">
<v-text-field
v-model="postalCode"
label="Postal Code"
Expand Down

0 comments on commit 7ee438f

Please sign in to comment.