ref(toolbar): change tooltip prop name to stop deprecation warning (#3186)
This commit is contained in:
@@ -61,7 +61,7 @@ export default class ToolboxItem extends AbstractToolboxItem<Props> {
|
||||
if (useTooltip) {
|
||||
return (
|
||||
<Tooltip
|
||||
description = { tooltip }
|
||||
content = { tooltip }
|
||||
position = { tooltipPosition }>
|
||||
{ iconWrapper }
|
||||
</Tooltip>
|
||||
|
||||
Reference in New Issue
Block a user