Commit 4aa0c864 by Deepturn Committed by GitHub

fix: increase maxLength for auth values in HeaderAuthForm to 50000 (#6315)

parent ad9f33e5
...@@ -47,7 +47,7 @@ const AuthValueDisplay = ({ ...@@ -47,7 +47,7 @@ const AuthValueDisplay = ({
placeholder={'Value'} placeholder={'Value'}
bg={bg} bg={bg}
h={8} h={8}
maxLength={200} maxLength={50000}
onFocus={() => onEdit(index)} onFocus={() => onEdit(index)}
onBlur={() => onEdit(undefined)} onBlur={() => onEdit(undefined)}
value={value} value={value}
......
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