mirror of
https://github.com/strapi/strapi.git
synced 2025-11-02 10:55:37 +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 (
|
||||
<DynamicZoneWrapper>
|
||||
{dynamicDisplayedComponents.length > 0 && (
|
||||
{dynamicDisplayedComponentsLength > 0 && (
|
||||
<Label>
|
||||
<p>{metas.label}</p>
|
||||
<p>{metas.description}</p>
|
||||
|
||||
@ -178,7 +178,6 @@ function Inputs({ autoFocus, keys, layout, name, onBlur, formErrors, onChange, v
|
||||
{...metadatas}
|
||||
autoComplete="new-password"
|
||||
autoFocus={autoFocus}
|
||||
// didCheckErrors={didCheckErrors}
|
||||
disabled={disabled}
|
||||
error={
|
||||
isEmpty(error) || errorId === temporaryErrorIdUntilBuffetjsSupportsFormattedMessage
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user