1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-10 17:53:36 +02:00

fix: console

This commit is contained in:
Tymoteusz Czech 2025-07-10 17:17:08 +02:00
parent a9a7bc372d
commit 6af1acb8fc
No known key found for this signature in database
GPG Key ID: 133555230D88D75F

View File

@ -91,7 +91,7 @@ export const ImpactMetrics: FC = () => {
try {
await deleteChart(id);
} catch (error) {
console.error('Failed to delete chart:', error);
setToastApiError(formatUnknownError(error));
}
},
[deleteChart],