File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -1606,11 +1606,19 @@ export default function AgentImportWizard({
16061606 { mcp . mcp_server_name }
16071607 </ span >
16081608 { mcp . isInstalled ? (
1609- < Tag icon = { < CircleCheck size = { 14 } /> } color = "success" className = "text-xs" >
1609+ < Tag
1610+ icon = { < CircleCheck size = { 14 } /> }
1611+ color = "success"
1612+ className = "inline-flex items-center gap-1 text-xs"
1613+ >
16101614 { t ( "market.install.mcp.installed" , "Installed" ) }
16111615 </ Tag >
16121616 ) : (
1613- < Tag icon = { < CircleX size = { 14 } /> } color = "default" className = "text-xs" >
1617+ < Tag
1618+ icon = { < CircleX size = { 14 } /> }
1619+ color = "default"
1620+ className = "inline-flex items-center gap-1 text-xs"
1621+ >
16141622 { t ( "market.install.mcp.notInstalled" , "Not Installed" ) }
16151623 </ Tag >
16161624 ) }
Original file line number Diff line number Diff line change @@ -57,7 +57,6 @@ export function SessionListeners() {
5757 centered : true ,
5858 closable : false ,
5959 okButtonProps : {
60- danger : true ,
6160 type : "primary"
6261 } ,
6362 onOk ( ) {
You can’t perform that action at this time.
0 commit comments