mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-18 09:24:03 +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}
|
h={8}
|
||||||
bg="myGray.50"
|
bg="myGray.50"
|
||||||
placeholder="key"
|
placeholder="key"
|
||||||
maxLength={20}
|
maxLength={64}
|
||||||
{...register(`customs.${index}.key`, {
|
{...register(`customs.${index}.key`, {
|
||||||
required: true
|
required: true
|
||||||
})}
|
})}
|
||||||
|
Reference in New Issue
Block a user