ref(toolbar): change tooltip prop name to stop deprecation warning (#3186)

This commit is contained in:
virtuacoplenny
2018-06-25 09:31:41 -07:00
committed by GitHub
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>