ソースを参照

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

master
virtuacoplenny 6年前
コミット
5a99697ae2
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      react/features/toolbox/actionTypes.js

+ 1
- 1
react/features/toolbox/actionTypes.js ファイルの表示

@@ -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.

読み込み中…
キャンセル
保存