mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-02-02 08:35:08 +08:00
Fix: Not able to add MCP Server [#12394](https://github.com/infiniflow/ragflow/issues/12394) (#12406)
### What problem does this PR solve? Fix: Not able to add MCP Server [#12394](https://github.com/infiniflow/ragflow/issues/12394) ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -171,7 +171,7 @@ export function EditMcpDialog({
|
|||||||
<Modal
|
<Modal
|
||||||
title={id ? t('mcp.editMCP') : t('mcp.addMCP')}
|
title={id ? t('mcp.editMCP') : t('mcp.addMCP')}
|
||||||
open={true}
|
open={true}
|
||||||
onOpenChange={hideModal}
|
onCancel={hideModal}
|
||||||
cancelText={t('common.cancel')}
|
cancelText={t('common.cancel')}
|
||||||
okText={t('common.save')}
|
okText={t('common.save')}
|
||||||
footer={
|
footer={
|
||||||
|
|||||||
Reference in New Issue
Block a user