diff --git a/src/component/Admin/Common/SharesInput.tsx b/src/component/Admin/Common/SharesInput.tsx index 1aa070a..f58f6b1 100644 --- a/src/component/Admin/Common/SharesInput.tsx +++ b/src/component/Admin/Common/SharesInput.tsx @@ -67,7 +67,7 @@ const SharesInput = (props: SharesInputProps) => { useEffect(() => { let active = true; - if (inputValue === "" || inputValue.length < 2) { + if (inputValue === "") { setOptions([]); return undefined; }