Remove rest spread

This commit is contained in:
Mark Kaylor 2023-01-27 11:52:30 +01:00
parent f882ec69c0
commit 401b348f7a

View File

@ -139,7 +139,6 @@ const GenericInput = ({
case 'json': {
return (
<JSONInput
{...rest}
label={label}
labelAction={labelAction}
value={value}