fix(web): Conversation add initialValue

This commit is contained in:
zhaoying
2025-12-26 12:11:39 +08:00
parent 00e061023e
commit a0a3997af2
6 changed files with 25 additions and 11 deletions

View File

@@ -219,7 +219,7 @@ const McpServiceModal = forwardRef<McpServiceModalRef, McpServiceModalProps>(({
{/* 认证方式 */}
<FormItem
name={['config', 'connection_config', 'auth_type']}
label={t('tool.authType')}
label={t('tool.auth_type')}
hidden={activeTab !== 'auth'}
>
<Select