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