Commit d6af9307 by Mingcheng Su Committed by GitHub

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

Fixes #5229
parent b5169436
...@@ -307,7 +307,7 @@ const HeaderAuthConfig = ({ ...@@ -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
})} })}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment