Sfoglia il codice sorgente

fix: add ids in FetchDatasetsParams (#13459)

tags/1.0.0
Wu Tianwei 8 mesi fa
parent
commit
33990426c1
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 3 aggiunte e 2 eliminazioni
  1. 3
    2
      web/models/datasets.ts

+ 3
- 2
web/models/datasets.ts Vedi 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
}
}

Loading…
Annulla
Salva