mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-10 12:42:34 +00:00
Merge remote-tracking branch 'origin/new-page-framework' into llm_framework
This commit is contained in:
commit
fe6511947d
@ -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) => {
|
||||
|
@ -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) => {
|
||||
|
Loading…
Reference in New Issue
Block a user