ソースを参照

fix: add ids in FetchDatasetsParams (#13459)

tags/1.0.0
Wu Tianwei 8ヶ月前
コミット
33990426c1
コミッターのメールアドレスに関連付けられたアカウントが存在しません
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
}
}

読み込み中…
キャンセル
保存