mirror of https://github.com/kortix-ai/suna.git
fix(ui): remove unnecessary redundant toast messages
This commit is contained in:
parent
6de765b8f0
commit
7e463cdd10
|
@ -1247,6 +1247,7 @@ export const listSandboxFiles = async (
|
|||
return data.files || [];
|
||||
} catch (error) {
|
||||
console.error('Failed to list sandbox files:', error);
|
||||
// handleApiError(error, { operation: 'list files', resource: `directory ${path}` });
|
||||
throw error;
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue