chore: change the fetch icon notify level

pull/22091/head
Novice 11 months ago
parent 6bdc9906e5
commit d23bc3aeca

@ -96,7 +96,7 @@ const MCPModal = ({
}
catch (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 {
setIsFetchingIcon(false)

Loading…
Cancel
Save