mirror of
https://github.com/strapi/strapi.git
synced 2025-09-23 23:38:15 +00:00
Revert change disallowing null as a value
This commit is contained in:
parent
f6da34d1e7
commit
f07fc24d05
@ -141,7 +141,7 @@ const GenericInput = ({
|
|||||||
<JSONInput
|
<JSONInput
|
||||||
label={label}
|
label={label}
|
||||||
labelAction={labelAction}
|
labelAction={labelAction}
|
||||||
value={value === 'null' ? null : value}
|
value={value}
|
||||||
error={errorMessage}
|
error={errorMessage}
|
||||||
hint={hint}
|
hint={hint}
|
||||||
required={required}
|
required={required}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user