chore: Rename tooltip.tooltip prop to tooltip.content

This commit is contained in:
Tom Moor
2024-02-03 16:22:51 -05:00
parent 0726445135
commit c3b515f0e1
32 changed files with 55 additions and 52 deletions

View File

@@ -93,7 +93,7 @@ function ToolbarMenu(props: Props) {
return (
<Tooltip
tooltip={item.label === item.tooltip ? undefined : item.tooltip}
content={item.label === item.tooltip ? undefined : item.tooltip}
key={index}
>
{item.children ? (