mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-15 23:55:36 +00:00
fix: increase MCP auth config value field maxLength (#5523)
Fixes #5229
This commit is contained in:
@@ -307,7 +307,7 @@ const HeaderAuthConfig = ({
|
||||
h={8}
|
||||
bg="myGray.50"
|
||||
placeholder="key"
|
||||
maxLength={20}
|
||||
maxLength={64}
|
||||
{...register(`customs.${index}.key`, {
|
||||
required: true
|
||||
})}
|
||||
|
Reference in New Issue
Block a user