mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-10 17:53:36 +02:00
fix: console
This commit is contained in:
parent
a9a7bc372d
commit
6af1acb8fc
@ -91,7 +91,7 @@ export const ImpactMetrics: FC = () => {
|
|||||||
try {
|
try {
|
||||||
await deleteChart(id);
|
await deleteChart(id);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error('Failed to delete chart:', error);
|
setToastApiError(formatUnknownError(error));
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
[deleteChart],
|
[deleteChart],
|
||||||
|
Loading…
Reference in New Issue
Block a user