Skip to content

Commit

Permalink
handle myLocation error in START
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushiktd committed Jan 5, 2024
1 parent 2d455bf commit b4b5896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AddressSearch/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ function AddressSearch({
},
{
maximumAge: 0, // No cache, always get fresh location info
timeout: 5000,
timeout: 30000,
},
);
};
Expand Down

0 comments on commit b4b5896

Please sign in to comment.