Fix (dataset setting): Remove the introduction and use of TagItems in the configuration. #9869 (#10595)

### What problem does this PR solve?

Fix (dataset setting): Remove the introduction and use of TagItems in
the configuration. #9869

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
chanx
2025-10-16 12:46:54 +08:00
committed by GitHub
parent e8cb1d8fc4
commit f808bc32ba
26 changed files with 24 additions and 1281 deletions

View File

@ -3,7 +3,6 @@ import {
AutoQuestionsFormField,
} from '@/components/auto-keywords-form-field';
import { LayoutRecognizeFormField } from '@/components/layout-recognize-form-field';
import { TagItems } from '../components/tag-item';
import {
ConfigurationFormContainer,
MainContainer,
@ -21,7 +20,7 @@ export function ManualConfiguration() {
<AutoQuestionsFormField></AutoQuestionsFormField>
</ConfigurationFormContainer>
<TagItems></TagItems>
{/* <TagItems></TagItems> */}
</MainContainer>
);
}