This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
OpenSource
/
dify
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
152
Wiki
Activity
Browse Source
fix: add ids in FetchDatasetsParams (
#13459
)
tags/1.0.0
Wu Tianwei
8 months ago
parent
9f3fc7ebf8
commit
33990426c1
No account linked to committer's email address
1 changed files
with
3 additions
and
2 deletions
Split View
Show Diff Stats
3
2
web/models/datasets.ts
+ 3
- 2
web/models/datasets.ts
View File
@@ -140,9 +140,10 @@ export type FetchDatasetsParams = {
url: string
params: {
page: number
ids?: string[]
tag_ids?: string[]
limit: number
include_all: boolean
limit
?
: number
include_all
?
: boolean
keyword?: string
}
}
Write
Preview
Loading…
Cancel
Save