Refactor: Datasets UI #3221 (#8349)

### What problem does this PR solve?

Refactor Datasets UI #3221.
### Type of change

- [X] New Feature (non-breaking change which adds functionality)
This commit is contained in:
BlueYu-0221
2025-06-19 16:40:30 +08:00
committed by GitHub
parent 403efe81a1
commit fa3e90c72e
55 changed files with 2960 additions and 425 deletions

View File

@ -11,7 +11,7 @@ export function PageRankFormField() {
tooltip={t('pageRankTip')}
defaultValue={0}
max={100}
min={1}
min={0}
></SliderInputFormField>
);
}