Merge pull request #456 from SuanmoSuanyangTechnology/feature/form_zy

Feature/form zy
This commit is contained in:
yingzhao
2026-03-04 17:06:22 +08:00
committed by GitHub
3 changed files with 3 additions and 0 deletions

View File

@@ -185,6 +185,7 @@ const OntologyClassExtractModal = forwardRef<OntologyClassExtractModalRef, Ontol
rules={[
{ required: true, message: t('common.pleaseEnter') },
{ max: 2000 },
{ pattern: /^(?!\s*$).+$/, message: t('common.notAllSpaces') },
]}
>
<Input.TextArea placeholder={t('ontology.scenarioPlaceholder')} />