chore: Rename tooltip.tooltip prop to tooltip.content
This commit is contained in:
@@ -107,7 +107,7 @@ function DocumentListItem(
|
||||
)}
|
||||
{document.isDraft && showDraft && (
|
||||
<Tooltip
|
||||
tooltip={t("Only visible to you")}
|
||||
content={t("Only visible to you")}
|
||||
delay={500}
|
||||
placement="top"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user