fix: settings tab display name (#250)
This commit is contained in:
parent
abc4ac8d66
commit
208d3344af
|
|
@ -179,6 +179,7 @@ export const MCPTab: Tab = ({ settings, onChange }) => {
|
|||
);
|
||||
};
|
||||
MCPTab.icon = Blocks;
|
||||
MCPTab.displayName = "MCP";
|
||||
MCPTab.badge = "Beta";
|
||||
MCPTab.displayName = "MCP";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue