diff --git a/ui/src/pages/completion/index.tsx b/ui/src/pages/completion/index.tsx index 6f6e7af..2e8d16f 100644 --- a/ui/src/pages/completion/index.tsx +++ b/ui/src/pages/completion/index.tsx @@ -44,7 +44,7 @@ const Completion = () => { const { data: userOptions = { users: [] } } = useRequest(() => getListUser({ page: 1, - size: 10, + size: 9999, }) ); diff --git a/ui/src/pages/user/completion/index.tsx b/ui/src/pages/user/completion/index.tsx index 1f6b429..e7f19c3 100644 --- a/ui/src/pages/user/completion/index.tsx +++ b/ui/src/pages/user/completion/index.tsx @@ -44,7 +44,7 @@ const Completion = () => { const { data: userOptions = { users: [] } } = useRequest(() => getListUser({ page: 1, - size: 10, + size: 9999, }) );