From 38943459e61ecf6bec2ba7f2e59b33006e12e046 Mon Sep 17 00:00:00 2001 From: Roo Code Date: Wed, 17 Sep 2025 07:52:15 +0000 Subject: [PATCH] fix: use correct transition type for marketplace refresh --- webview-ui/src/components/marketplace/MarketplaceListView.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webview-ui/src/components/marketplace/MarketplaceListView.tsx b/webview-ui/src/components/marketplace/MarketplaceListView.tsx index 2600c71d8c..8ce5eb97f0 100644 --- a/webview-ui/src/components/marketplace/MarketplaceListView.tsx +++ b/webview-ui/src/components/marketplace/MarketplaceListView.tsx @@ -47,8 +47,8 @@ export function MarketplaceListView({ stateManager, allTags, filteredTags, filte onClose={() => setShowCustomMcpDialog(false)} onSuccess={() => { setShowCustomMcpDialog(false) - // Optionally refresh the marketplace data - manager.transition({ type: "REFRESH" }) + // Refresh the marketplace data to show the new custom MCP + manager.transition({ type: "FETCH_ITEMS" }) }} /> )}