Procházet zdrojové kódy

modified from yarn lint

白石誠 před 5 roky
rodič
revize
2530789d37
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/client/js/components/PageTimeline.jsx

+ 1 - 1
src/client/js/components/PageTimeline.jsx

@@ -28,7 +28,7 @@ class PageTimeline extends React.Component {
   }
 
   async updatePages() {
-    const { pageContainer } = this.props;
+    const { appContainer, pageContainer } = this.props;
     const { path } = pageContainer.state;
     const res = await appContainer.apiv3Get('/pages/list', { path });
     this.setState({