mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-19 04:14:46 +08:00
fix: settings tab display name (#250)
This commit is contained in:
@@ -179,6 +179,7 @@ export const MCPTab: Tab = ({ settings, onChange }) => {
|
|||||||
);
|
);
|
||||||
};
|
};
|
||||||
MCPTab.icon = Blocks;
|
MCPTab.icon = Blocks;
|
||||||
|
MCPTab.displayName = "MCP";
|
||||||
MCPTab.badge = "Beta";
|
MCPTab.badge = "Beta";
|
||||||
MCPTab.displayName = "MCP";
|
MCPTab.displayName = "MCP";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user