Remove extraneous prop

This commit is contained in:
Rémi de Juvigny 2022-08-22 16:46:48 +02:00
parent 19f9c0be35
commit 79d845e292

View File

@ -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">