Merge branch 'feat/mcp-frontend' into deploy/dev

pull/22338/head^2
Novice 11 months ago
commit 36cde8102e

@ -96,7 +96,7 @@ const MCPModal = ({
} }
catch (e) { catch (e) {
console.error('Failed to fetch remote icon:', e) console.error('Failed to fetch remote icon:', e)
Toast.notify({ type: 'error', message: 'Failed to fetch remote icon' }) Toast.notify({ type: 'warning', message: 'Failed to fetch remote icon' })
} }
finally { finally {
setIsFetchingIcon(false) setIsFetchingIcon(false)

Loading…
Cancel
Save