Skip to content

Commit

Permalink
fix(term): return term
Browse files Browse the repository at this point in the history
  • Loading branch information
EQuimper committed Jul 11, 2024
1 parent ce665ba commit 6c593ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/GoogleAutocomplete.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ export const useGoogleAutocomplete = (apiKey: string, opts: Options = {}) => {
searchError,
clearSearch,
setTerm,
term,
searchDetails,
};
};

0 comments on commit 6c593ab

Please sign in to comment.