fix extra point number input register (#3145)

This commit is contained in:
heheer
2024-11-13 12:01:09 +08:00
committed by GitHub
parent e9d52ada73
commit 519b519458
2 changed files with 3 additions and 2 deletions

View File

@@ -260,7 +260,7 @@ const ExtraPlan = () => {
>
<MyNumberInput
name="points"
register={registerDatasetSize}
register={registerExtraPoints}
min={0}
max={10000}
size={'sm'}