Parcourir la source

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

j8
virtuacoplenny il y a 7 ans
Parent
révision
2951fefef9
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      react/features/base/toolbox/components/ToolboxItem.web.js

+ 1
- 1
react/features/base/toolbox/components/ToolboxItem.web.js Voir le fichier

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

Chargement…
Annuler
Enregistrer