mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-25 18:03:29 +08:00
fix: respect REST API page_size limit in useFetchAllKnowledgeList (#17336)
This commit is contained in:
@@ -914,7 +914,7 @@ export const useFetchAllKnowledgeList = (
|
|||||||
const { list, loading, hasNextPage, fetchNextPage } = useFetchKnowledgeList(
|
const { list, loading, hasNextPage, fetchNextPage } = useFetchKnowledgeList(
|
||||||
shouldFilterListWithoutDocument,
|
shouldFilterListWithoutDocument,
|
||||||
keywords,
|
keywords,
|
||||||
200,
|
100,
|
||||||
);
|
);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user