fix: update QA document default language from "Chinese" to "Chinese Simplified" (#17541)

pull/17489/head
诗浓 10 months ago committed by GitHub
parent e1439c4a5b
commit 8ab9eb9857
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -211,7 +211,7 @@ const StepTwo = ({
}
const [docLanguage, setDocLanguage] = useState<string>(
(datasetId && documentDetail) ? documentDetail.doc_language : (locale !== LanguagesSupported[1] ? 'English' : 'Chinese'),
(datasetId && documentDetail) ? documentDetail.doc_language : (locale !== LanguagesSupported[1] ? 'English' : 'Chinese Simplified'),
)
const [parentChildConfig, setParentChildConfig] = useState<ParentChildConfig>(defaultParentChildConfig)

Loading…
Cancel
Save