fix: increase MCP auth config value field maxLength (#5523)

Fixes #5229
This commit is contained in:
Mingcheng Su
2025-08-24 16:08:50 +08:00
committed by GitHub
parent b5169436cb
commit d6af93074b

View File

@@ -307,7 +307,7 @@ const HeaderAuthConfig = ({
h={8}
bg="myGray.50"
placeholder="key"
maxLength={20}
maxLength={64}
{...register(`customs.${index}.key`, {
required: true
})}