enhan: test commit hooks

This commit is contained in:
lytrankieio123 2021-08-24 12:54:34 +07:00
parent 2d0ef88582
commit 1b55f3ca26

View File

@ -15,7 +15,6 @@ interface Props {
onEnter?: (value: string | number) => void,
}
const InputCommon = forwardRef<Ref, Props>(({ value, placeholder, type, onChange, onEnter }: Props, ref) => {
const inputElementRef = useRef<HTMLInputElement>(null);