소스 검색

apply sm size to 2 more pagenations

kaori 5 년 전
부모
커밋
bbaa15bf96
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/client/js/components/Admin/Security/ShareLinkSetting.jsx
  2. 1 0
      src/client/js/components/RecentCreated/RecentCreated.jsx

+ 1 - 0
src/client/js/components/Admin/Security/ShareLinkSetting.jsx

@@ -98,6 +98,7 @@ class ShareLinkSetting extends React.Component {
           totalItemsCount={totalshareLinks}
           pagingLimit={shareLinksPagingLimit}
           align="right"
+          size="sm"
         />
       );
     }

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

@@ -78,6 +78,7 @@ class RecentCreated extends React.Component {
           changePage={this.handlePage}
           totalItemsCount={this.state.totalPages}
           pagingLimit={this.state.pagingLimit}
+          size="sm"
         />
       </div>
     );