mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-23 16:35:59 +00: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