mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-01 13:33:48 +08:00
Fix: The index textarea in the wiki template can be enlarged. (#17613)
This commit is contained in:
@@ -55,7 +55,7 @@ export function BlueprintSection({
|
||||
name={instructionPath}
|
||||
label={t('setting.instruction')}
|
||||
>
|
||||
<Textarea rows={6} />
|
||||
<Textarea rows={8} resize={'vertical'} />
|
||||
</RAGFlowFormItem>
|
||||
|
||||
<div className="flex h-[50vh] min-h-0 flex-col">
|
||||
|
||||
Reference in New Issue
Block a user