chore(dashboard): added report name on save report toast (#174)

This commit is contained in:
T04435
2025-06-11 06:38:51 +10:00
committed by GitHub
parent 3560276095
commit 5e023d0227

View File

@@ -49,7 +49,7 @@ export default function SaveReport({
}; };
toast('Report created', { toast('Report created', {
description: <div>Hello world</div>, description: `${res.name}`,
action: { action: {
label: 'View report', label: 'View report',
onClick: () => goToReport(), onClick: () => goToReport(),