Skip to content

Commit

Permalink
Fix: update subdivision property to subdivisionId in SignUpForm compo…
Browse files Browse the repository at this point in the history
…nent
  • Loading branch information
guillecro committed Dec 19, 2024
1 parent 625e45e commit e1cfcc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/auth/SignUpForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ async function onSubmit() {
// if city is not Cali or Bogota
if(state.selectedCity >= 1 || state.selectedCity <= 2) {
payload.subdivision = state.selectedSubdivision
payload.subdivisionId = state.selectedSubdivision
}
isLoading.value = true
Expand Down

0 comments on commit e1cfcc5

Please sign in to comment.