mirror of
https://github.com/vercel/commerce.git
synced 2025-07-06 13:01:22 +00:00
enhan: test commit hooks
This commit is contained in:
parent
2d0ef88582
commit
1b55f3ca26
@ -15,7 +15,6 @@ interface Props {
|
|||||||
onEnter?: (value: string | number) => void,
|
onEnter?: (value: string | number) => void,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
const InputCommon = forwardRef<Ref, Props>(({ value, placeholder, type, onChange, onEnter }: Props, ref) => {
|
const InputCommon = forwardRef<Ref, Props>(({ value, placeholder, type, onChange, onEnter }: Props, ref) => {
|
||||||
const inputElementRef = useRef<HTMLInputElement>(null);
|
const inputElementRef = useRef<HTMLInputElement>(null);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user