mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-02-03 17:15:08 +08:00
### What problem does this PR solve? [_Briefly describe what this PR aims to solve. Include background context that will help reviewers understand the purpose of the PR._](fix: Displays the dataset creation and settings page #9869) ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
import Divider from '@/components/ui/divider';
|
||||
import { Form } from '@/components/ui/form';
|
||||
import { DocumentParserType } from '@/constants/knowledge';
|
||||
import { PermissionRole } from '@/constants/permission';
|
||||
@ -76,8 +77,9 @@ export default function DatasetSettings() {
|
||||
onSubmit={form.handleSubmit(onSubmit)}
|
||||
className="space-y-6 flex-1"
|
||||
>
|
||||
<div className="w-[768px]">
|
||||
<div className="w-[768px] h-[calc(100vh-220px)] overflow-y-auto scrollbar-thin">
|
||||
<GeneralForm></GeneralForm>
|
||||
<Divider />
|
||||
<ChunkMethodForm></ChunkMethodForm>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user