mirror of
https://github.com/strapi/strapi.git
synced 2025-08-07 08:16:35 +00:00
Merge pull request #14161 from strapi/custom-fields/i18n-icon-fix
[Custom fields] Remove extraneous prop
This commit is contained in:
commit
556070d63d
@ -30,9 +30,7 @@ const ColorPickerInput = ({
|
||||
>
|
||||
<Stack spacing={1}>
|
||||
<Flex>
|
||||
<FieldLabel required={required} labelAction={labelAction}>
|
||||
{formatMessage(intlLabel)}
|
||||
</FieldLabel>
|
||||
<FieldLabel required={required}>{formatMessage(intlLabel)}</FieldLabel>
|
||||
{labelAction && <Box paddingLeft={1}>{labelAction}</Box>}
|
||||
</Flex>
|
||||
<Typography variant="pi" as="p">
|
||||
|
Loading…
x
Reference in New Issue
Block a user