fix: doc_language return null when document segment settings (#7719)
This commit is contained in:
parent
92cab33b73
commit
e38334cfd2
3 changed files with 6 additions and 1 deletions
|
|
@ -189,6 +189,7 @@ export type InitialDocumentDetail = {
|
|||
completed_segments?: number
|
||||
total_segments?: number
|
||||
doc_form: 'text_model' | 'qa_model'
|
||||
doc_language: string
|
||||
}
|
||||
|
||||
export type SimpleDocumentDetail = InitialDocumentDetail & {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue