mirror of
https://github.com/strapi/strapi.git
synced 2025-11-03 11:25:17 +00:00
Remove extraneous prop
This commit is contained in:
parent
19f9c0be35
commit
79d845e292
@ -30,9 +30,7 @@ const ColorPickerInput = ({
|
|||||||
>
|
>
|
||||||
<Stack spacing={1}>
|
<Stack spacing={1}>
|
||||||
<Flex>
|
<Flex>
|
||||||
<FieldLabel required={required} labelAction={labelAction}>
|
<FieldLabel required={required}>{formatMessage(intlLabel)}</FieldLabel>
|
||||||
{formatMessage(intlLabel)}
|
|
||||||
</FieldLabel>
|
|
||||||
{labelAction && <Box paddingLeft={1}>{labelAction}</Box>}
|
{labelAction && <Box paddingLeft={1}>{labelAction}</Box>}
|
||||||
</Flex>
|
</Flex>
|
||||||
<Typography variant="pi" as="p">
|
<Typography variant="pi" as="p">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user