ui: clean up extensions (#1914)

This commit is contained in:
Lily Delalande
2025-03-30 11:01:48 -04:00
committed by GitHub
parent 53ae11f601
commit 376a363615
7 changed files with 24 additions and 24 deletions
@@ -176,7 +176,7 @@ export async function toggleExtension({
showEscMessage: false,
});
} catch (error) {
console.error('Error adding extension to agent. Will try to toggle back off. Error:', error);
console.error('Error adding extension to agent. Will try to toggle back off.');
try {
await toggleExtension({
toggle: 'toggleOff',