Parcourir la source

fix(toolbox): fix typo in action type for hide timeout (#4069)

master
virtuacoplenny il y a 6 ans
Parent
révision
5a99697ae2
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/toolbox/actionTypes.js

+ 1
- 1
react/features/toolbox/actionTypes.js Voir le fichier

@@ -91,7 +91,7 @@ export const SET_TOOLBOX_TIMEOUT = 'SET_TOOLBOX_TIMEOUT';
91 91
  *     timeoutMS: number
92 92
  * }
93 93
  */
94
-export const SET_TOOLBOX_TIMEOUT_MS = 'SET_TOOLBOX_TIMEOUT';
94
+export const SET_TOOLBOX_TIMEOUT_MS = 'SET_TOOLBOX_TIMEOUT_MS';
95 95
 
96 96
 /**
97 97
  * The type of the (redux) action which shows/hides the Toolbox.

Chargement…
Annuler
Enregistrer