AutosuggestInput: convert to TSX
This commit is contained in:
parent
e6c25a1887
commit
ba803e200c
2 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ const AutosuggestAccountInput: React.FC<IAutosuggestAccountInput> = ({
|
|||
onChange(e);
|
||||
};
|
||||
|
||||
const handleSelected = (_tokenStart: string, _lastToken: string, accountId: string) => {
|
||||
const handleSelected = (_tokenStart: number, _lastToken: string | null, accountId: string) => {
|
||||
onSelected(accountId);
|
||||
};
|
||||
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue