mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-22 20:37:48 +00:00
4.8.23 dev (#3932)
* fix: collection list count * fix: collection list count * update doc * perf: init log * yml
This commit is contained in:
@@ -217,7 +217,7 @@ export function useScrollPagination<
|
||||
const offset = init ? 0 : data.length;
|
||||
|
||||
setTrue();
|
||||
console.log(offset);
|
||||
|
||||
try {
|
||||
const res = await api({
|
||||
offset,
|
||||
|
Reference in New Issue
Block a user