chore: Rename tooltip.tooltip prop to tooltip.content
This commit is contained in:
@@ -302,7 +302,7 @@ function CommentForm({
|
||||
{t("Cancel")}
|
||||
</ButtonSmall>
|
||||
</Flex>
|
||||
<Tooltip delay={500} tooltip={t("Upload image")} placement="top">
|
||||
<Tooltip delay={500} content={t("Upload image")} placement="top">
|
||||
<NudeButton onClick={handleImageUpload}>
|
||||
<ImageIcon color={theme.textTertiary} />
|
||||
</NudeButton>
|
||||
|
||||
Reference in New Issue
Block a user