Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

api dataset pagination & yuque dataset file folder can enter #3547

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

newfish-cmyk
Copy link
Collaborator

No description provided.

@newfish-cmyk newfish-cmyk changed the title fix: yuque dataset file folder can enter api dataset pagination & yuque dataset file folder can enter Jan 9, 2025
@c121914yu
Copy link
Collaborator

不要动原来的组件和 api 格式,

@newfish-cmyk newfish-cmyk changed the base branch from v4.8.18-dev to v4.8.19-dev January 14, 2025 03:17
@c121914yu
Copy link
Collaborator

c121914yu commented Jan 14, 2025

🤖 Generated by deploy action

📦 Preview Image: ghcr.io/labring/fastgpt-pr:d44fc265c8f931a489eb48769d245cd5559e7935

@c121914yu c121914yu force-pushed the v4.8.19-dev branch 2 times, most recently from c663a9c to 2d82db0 Compare January 15, 2025 06:48
@newfish-cmyk newfish-cmyk marked this pull request as draft January 15, 2025 07:55
@newfish-cmyk newfish-cmyk marked this pull request as ready for review January 20, 2025 09:10
@newfish-cmyk newfish-cmyk changed the base branch from v4.8.19-dev to main January 21, 2025 02:34
@@ -145,139 +156,143 @@ const CustomAPIFileInput = () => {
[selectFiles]
);

const handleSelectAll = useCallback(() => {
const isAllSelected = fileList.length === selectFiles.length;
const isAllSelected = useMemo(() => {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

全选得单独重新设计一个方案了,不能用递归取

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants