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

This commit is contained in:
Deepturn
2026-01-23 19:39:26 +08:00
committed by GitHub
parent ad9f33e5f8
commit 4aa0c8643e

View File

@@ -47,7 +47,7 @@ const AuthValueDisplay = ({
placeholder={'Value'}
bg={bg}
h={8}
maxLength={200}
maxLength={50000}
onFocus={() => onEdit(index)}
onBlur={() => onEdit(undefined)}
value={value}