Yuki Takei 6 лет назад
Родитель
Сommit
5f1f609d6f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/client/js/app.jsx

+ 1 - 1
src/client/js/app.jsx

@@ -251,7 +251,7 @@ if (adminUserGroupPageElem != null) {
 const adminExportPageElem = document.getElementById('admin-export-page');
 if (adminExportPageElem != null) {
   ReactDOM.render(
-    <Provider inject={[]}>
+    <Provider inject={[appContainer, websocketContainer]}>
       <I18nextProvider i18n={i18n}>
         <ExportPage
           crowi={appContainer}