mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
fix: use correct transition type for marketplace refresh
This commit is contained in:
parent
9619603b1c
commit
38943459e6
1 changed files with 2 additions and 2 deletions
|
|
@ -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" })
|
||||
}}
|
||||
/>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue