partial: second codemod
This commit is contained in:
parent
86e3401cc8
commit
4f9b23b108
2 changed files with 6 additions and 5 deletions
|
|
@ -35,6 +35,7 @@ const TextInput = memo(
|
|||
|
||||
return (
|
||||
<TextField
|
||||
variant="standard"
|
||||
id={name}
|
||||
onChange={onChange}
|
||||
onBlur={onBlur}
|
||||
|
|
@ -50,9 +51,8 @@ const TextInput = memo(
|
|||
},
|
||||
...InputProps
|
||||
}}
|
||||
{...props}
|
||||
/>
|
||||
)
|
||||
{...props} />
|
||||
);
|
||||
}
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue