mirror of
https://github.com/strapi/strapi.git
synced 2025-09-22 14:59:07 +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
|
||||
label={label}
|
||||
labelAction={labelAction}
|
||||
value={value === 'null' ? null : value}
|
||||
value={value}
|
||||
error={errorMessage}
|
||||
hint={hint}
|
||||
required={required}
|
||||
|
Loading…
x
Reference in New Issue
Block a user