mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-02 22:07:31 +08:00
fix(dataset): apply horizontal layout to auto-keywords and auto-questions form fields (#17608)
This commit is contained in:
@@ -52,6 +52,7 @@ import {
|
||||
useDefaultParserValues,
|
||||
useFillDefaultValueOnMount,
|
||||
} from './use-default-parser-values';
|
||||
import { FormLayout } from '@/constants/form';
|
||||
|
||||
const FormId = 'ChunkMethodDialogForm';
|
||||
|
||||
@@ -380,8 +381,12 @@ export function ChunkMethodDialog({
|
||||
type={MetadataType.SingleFileSetting}
|
||||
otherData={{ documentId }}
|
||||
/>
|
||||
<AutoKeywordsFormField></AutoKeywordsFormField>
|
||||
<AutoQuestionsFormField></AutoQuestionsFormField>
|
||||
<AutoKeywordsFormField
|
||||
layout={FormLayout.Horizontal}
|
||||
></AutoKeywordsFormField>
|
||||
<AutoQuestionsFormField
|
||||
layout={FormLayout.Horizontal}
|
||||
></AutoQuestionsFormField>
|
||||
</>
|
||||
)}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user