Skip to content

Commit

Permalink
Fixed field update with wrong values
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmeijer97 authored Jun 19, 2023
1 parent 9271e6e commit ddc0664
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/tags/postcodeservice.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
return;
}
streetElement.value = responseData.city
cityElement.value = responseData.street
streetElement.value = responseData.street
cityElement.value = responseData.city
};
}
}
Expand Down

0 comments on commit ddc0664

Please sign in to comment.