fix: respect REST API page_size limit in useFetchAllKnowledgeList (#17336)

This commit is contained in:
euvre
2026-07-24 11:42:59 +08:00
committed by GitHub
parent 91d9bf7fc4
commit 11db6851fc

View File

@@ -914,7 +914,7 @@ export const useFetchAllKnowledgeList = (
const { list, loading, hasNextPage, fetchNextPage } = useFetchKnowledgeList(
shouldFilterListWithoutDocument,
keywords,
200,
100,
);
useEffect(() => {