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:
balibabu
2026-04-20 19:24:20 +08:00
committed by GitHub
parent 5265def967
commit c43367eca3
7 changed files with 21 additions and 15 deletions

View File

@@ -27,6 +27,7 @@ export function MaxTokenNumberFormField({
layout={FormLayout.Horizontal}
sliderTestId={sliderTestId}
numberInputTestId={numberInputTestId}
min={1}
></SliderInputFormField>
);
}