Yuki Takei пре 6 година
родитељ
комит
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');
 const adminExportPageElem = document.getElementById('admin-export-page');
 if (adminExportPageElem != null) {
 if (adminExportPageElem != null) {
   ReactDOM.render(
   ReactDOM.render(
-    <Provider inject={[]}>
+    <Provider inject={[appContainer, websocketContainer]}>
       <I18nextProvider i18n={i18n}>
       <I18nextProvider i18n={i18n}>
         <ExportPage
         <ExportPage
           crowi={appContainer}
           crowi={appContainer}