Merge branch 'fix-req-error' into 'develop'

Fix 'req not defined' error

See merge request soapbox-pub/soapbox!2067
This commit is contained in:
Chewbacca
2022-12-29 15:58:56 +00:00
3 changed files with 6 additions and 6 deletions

View File

@@ -53,8 +53,7 @@ const AutosuggestAccountInput: React.FC<IAutosuggestAccountInput> = ({
setAccountIds(ImmutableOrderedSet(accountIds));
})
.catch(noOp);
}, 900, { leading: true, trailing: true }), [limit]);
}, 900, { leading: false, trailing: true }), [limit]);
const handleChange: React.ChangeEventHandler<HTMLInputElement> = e => {
refreshCancelToken();