itizawa преди 5 години
родител
ревизия
acda057e79
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 0
      src/client/js/components/PageList/BookmarkList.jsx
  2. 1 2
      src/client/js/components/RecentCreated/RecentCreated.jsx

+ 1 - 0
src/client/js/components/PageList/BookmarkList.jsx

@@ -73,6 +73,7 @@ const BookmarkList = (props) => {
             totalItemsCount={totalItemsCount}
             totalItemsCount={totalItemsCount}
             pagingLimit={pagingLimit}
             pagingLimit={pagingLimit}
             align="center"
             align="center"
+            size="sm"
           />
           />
         </>
         </>
       )}
       )}

+ 1 - 2
src/client/js/components/RecentCreated/RecentCreated.jsx

@@ -4,9 +4,8 @@ import PropTypes from 'prop-types';
 import { withUnstatedContainers } from '../UnstatedUtils';
 import { withUnstatedContainers } from '../UnstatedUtils';
 import AppContainer from '../../services/AppContainer';
 import AppContainer from '../../services/AppContainer';
 
 
-import PaginationWrapper from '../PaginationWrapper';
-
 import Page from '../PageList/Page';
 import Page from '../PageList/Page';
+import PaginationWrapper from '../PaginationWrapper';
 
 
 class RecentCreated extends React.Component {
 class RecentCreated extends React.Component {