Fix code smell
This commit is contained in:
parent
d24b030962
commit
a405577519
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ type InputElementProps = {
|
||||||
|
|
||||||
const InputElement: FC<InputElementProps> = ({
|
const InputElement: FC<InputElementProps> = ({
|
||||||
containerClassName,
|
containerClassName,
|
||||||
initialValue: initialValue,
|
initialValue,
|
||||||
onChange = () => { /* no-op */ },
|
onChange = () => { /* no-op */ },
|
||||||
type,
|
type,
|
||||||
id,
|
id,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue