浏览代码

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) {