chore: function is made async

This commit is contained in:
Palash gupta 2022-03-14 21:34:22 +05:30
parent 191925b418
commit 08f24fbdff
No known key found for this signature in database
GPG Key ID: 8FD05AE6F9150AD6

View File

@ -18,7 +18,7 @@ const TagsKey = (props: TagsKeysProps): JSX.Element => {
const [options, setOptions] = useState<AutoCompleteProps['options']>([]);
const onSearchHandler = useCallback(() => {
const onSearchHandler = useCallback(async () => {
try {
setSelectLoading(true);
const response = await getTagFilters({