mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 01:22:23 +08:00
fix: Close popup when navigating to MCP settings (#12358)
This commit is contained in:
@ -314,7 +314,11 @@ export default function AddMcpServerModal({
|
||||
) : (
|
||||
<>
|
||||
Add and save MCP servers. Manage servers in{" "}
|
||||
<CustomLink className="underline" to={MCP_SETTINGS_PAGE}>
|
||||
<CustomLink
|
||||
className="underline"
|
||||
to={MCP_SETTINGS_PAGE}
|
||||
onClick={() => setOpen(false)}
|
||||
>
|
||||
settings
|
||||
</CustomLink>
|
||||
.
|
||||
|
||||
Reference in New Issue
Block a user