Explorar o código

fix bug for pagination undhisplayed

zahmis %!s(int64=5) %!d(string=hai) anos
pai
achega
ef4c0698ba
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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) {