mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 10:28:10 +08:00
feat: Refactor online drive components to improve file retrieval and selection logic
This commit is contained in:
@ -52,7 +52,8 @@ const Datasets = ({
|
||||
observerRef.current.observe(anchorRef.current)
|
||||
}
|
||||
return () => observerRef.current?.disconnect()
|
||||
}, [anchorRef, datasetList, hasNextPage, fetchNextPage, isFetching])
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
}, [anchorRef])
|
||||
|
||||
return (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user