fix loadInitData refresh (#4169)

* fix

* fix

* form input number default & api dataset max token
This commit is contained in:
heheer
2025-03-14 18:07:47 +08:00
committed by GitHub
parent d8712d4092
commit 6aa5e2c200
5 changed files with 11 additions and 14 deletions

View File

@@ -299,6 +299,7 @@ const RenderUserFormInteractive = React.memo(function RenderFormInput({
<MyNumberInput
min={input.min}
max={input.max}
defaultValue={input.defaultValue}
isDisabled={interactive.params.submitted}
bg={'white'}
register={register}