Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
dylmye committed Apr 13, 2023
1 parent 232b933 commit c65b263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AddTripItemCard/AddEditTripItemForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ const AddEditTripItemForm = ({
</Grid>
{currentFieldSettings.hasOrigin && (
<Grid item xs={12} md={6}>
<Field
<FastField
component={GooglePlacesAutocompleteField}
name={
values.category === "travel" ? "originLocation" : "location"
Expand Down

0 comments on commit c65b263

Please sign in to comment.