fix: do not show api key field in channel page when the type is VertexAI
This commit is contained in:
parent
62ac104eed
commit
688a7fc670
@ -506,7 +506,7 @@ const EditChannel = () => {
|
|||||||
/>)
|
/>)
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
inputs.type !== 33 && (batch ? <Form.Field>
|
inputs.type !== 33 && inputs.type !== 42 && (batch ? <Form.Field>
|
||||||
<Form.TextArea
|
<Form.TextArea
|
||||||
label='密钥'
|
label='密钥'
|
||||||
name='key'
|
name='key'
|
||||||
|
Loading…
Reference in New Issue
Block a user