Просмотр исходного кода

fix bug for pagination undhisplayed

zahmis 5 лет назад
Родитель
Сommit
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() {
   async componentDidMount() {
     await this.handlePage(1);
     await this.handlePage(1);
+    this.setState({
+      activePage: 1,
+    });
   }
   }
 
 
   checkIfFileInUse(attachment) {
   checkIfFileInUse(attachment) {