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 archer
parent 5b3f461ce8
commit a534b839d7
5 changed files with 11 additions and 14 deletions

View File

@@ -60,7 +60,7 @@ const ApiDatasetForm = ({
<Input
bg={'myWhite.600'}
placeholder={t('dataset:request_headers')}
maxLength={200}
maxLength={2000}
{...register('apiServer.authorization')}
/>
</Flex>