mirror of
https://github.com/strapi/strapi.git
synced 2025-11-14 17:19:01 +00:00
Fix PR feedback
Signed-off-by: soupette <cyril.lpz@gmail.com>
This commit is contained in:
parent
196a624847
commit
b8428bc4b0
@ -86,7 +86,7 @@ const DynamicZone = ({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<DynamicZoneWrapper>
|
<DynamicZoneWrapper>
|
||||||
{dynamicDisplayedComponents.length > 0 && (
|
{dynamicDisplayedComponentsLength > 0 && (
|
||||||
<Label>
|
<Label>
|
||||||
<p>{metas.label}</p>
|
<p>{metas.label}</p>
|
||||||
<p>{metas.description}</p>
|
<p>{metas.description}</p>
|
||||||
|
|||||||
@ -178,7 +178,6 @@ function Inputs({ autoFocus, keys, layout, name, onBlur, formErrors, onChange, v
|
|||||||
{...metadatas}
|
{...metadatas}
|
||||||
autoComplete="new-password"
|
autoComplete="new-password"
|
||||||
autoFocus={autoFocus}
|
autoFocus={autoFocus}
|
||||||
// didCheckErrors={didCheckErrors}
|
|
||||||
disabled={disabled}
|
disabled={disabled}
|
||||||
error={
|
error={
|
||||||
isEmpty(error) || errorId === temporaryErrorIdUntilBuffetjsSupportsFormattedMessage
|
isEmpty(error) || errorId === temporaryErrorIdUntilBuffetjsSupportsFormattedMessage
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user