mirror of
https://github.com/labring/FastGPT.git
synced 2026-02-28 01:02:28 +08:00
fix: increase maxLength for auth values in HeaderAuthForm to 50000 (#6315)
This commit is contained in:
@@ -47,7 +47,7 @@ const AuthValueDisplay = ({
|
||||
placeholder={'Value'}
|
||||
bg={bg}
|
||||
h={8}
|
||||
maxLength={200}
|
||||
maxLength={50000}
|
||||
onFocus={() => onEdit(index)}
|
||||
onBlur={() => onEdit(undefined)}
|
||||
value={value}
|
||||
|
||||
Reference in New Issue
Block a user