mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-25 01:43:27 +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(
|
||||
shouldFilterListWithoutDocument,
|
||||
keywords,
|
||||
200,
|
||||
100,
|
||||
);
|
||||
|
||||
useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user