mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-16 04:37:21 +08:00
Fix: The number of chunks in the file list is not displayed. (#14232)
### What problem does this PR solve? Fix: The number of chunks in the file list is not displayed. ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@@ -27,6 +27,7 @@ export function MaxTokenNumberFormField({
|
||||
layout={FormLayout.Horizontal}
|
||||
sliderTestId={sliderTestId}
|
||||
numberInputTestId={numberInputTestId}
|
||||
min={1}
|
||||
></SliderInputFormField>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user