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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ export default class ToolboxItem extends AbstractToolboxItem<Props> {
if (useTooltip) { if (useTooltip) {
return ( return (
<Tooltip <Tooltip
description = { tooltip } content = { tooltip }
position = { tooltipPosition }> position = { tooltipPosition }>
{ iconWrapper } { iconWrapper }
</Tooltip> </Tooltip>