ソースを参照

feat(dialog): add missing export for actionTypes

The full-screen module uses the HIDE_DIALOG action to re-engage the full-screen
mode.
master
Saúl Ibarra Corretgé 8年前
コミット
7361151203
1個のファイルの変更1行の追加0行の削除
  1. 1
    0
      react/features/base/dialog/index.js

+ 1
- 0
react/features/base/dialog/index.js ファイルの表示

@@ -1,4 +1,5 @@
1 1
 export * from './actions';
2
+export * from './actionTypes';
2 3
 export * from './components';
3 4
 
4 5
 import './reducer';

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