Merge remote-tracking branch 'origin/new-page-framework' into llm_framework

This commit is contained in:
aries_ckt 2023-06-29 14:15:32 +08:00
commit fe6511947d
2 changed files with 4 additions and 0 deletions

View File

@ -80,6 +80,8 @@ const ChunkList = () => {
</Table>
<Stack direction="row" justifyContent="flex-end">
<Pagination
defaultPageSize={20}
showSizeChanger={false}
current={current}
total={total}
onChange={async (page) => {

View File

@ -208,6 +208,8 @@ const Documents = () => {
</Table>
<Stack direction="row" justifyContent="flex-end">
<Pagination
defaultPageSize={20}
showSizeChanger={false}
current={current}
total={total}
onChange={async (page) => {