|
|
|
@ -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)
|
|
|
|
|