瀏覽代碼

fix: add ids in FetchDatasetsParams (#13459)

tags/1.0.0
Wu Tianwei 8 月之前
父節點
當前提交
33990426c1
No account linked to committer's email address
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3
    2
      web/models/datasets.ts

+ 3
- 2
web/models/datasets.ts 查看文件

@@ -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
}
}

Loading…
取消
儲存