Преглед изворни кода

fix bug for pagination undhisplayed

zahmis пре 5 година
родитељ
комит
ef4c0698ba
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      src/client/js/components/PageAttachment.jsx

+ 3 - 0
src/client/js/components/PageAttachment.jsx

@@ -63,6 +63,9 @@ class PageAttachment extends React.Component {
 
   async componentDidMount() {
     await this.handlePage(1);
+    this.setState({
+      activePage: 1,
+    });
   }
 
   checkIfFileInUse(attachment) {