Skip to content

Commit 6c593ab

Browse files
committed
fix(term): return term
1 parent ce665ba commit 6c593ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/GoogleAutocomplete.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ export const useGoogleAutocomplete = (apiKey: string, opts: Options = {}) => {
127127
searchError,
128128
clearSearch,
129129
setTerm,
130+
term,
130131
searchDetails,
131132
};
132133
};

0 commit comments

Comments
 (0)