chore(dashboard): added report name on save report toast (#174)
This commit is contained in:
@@ -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(),
|
||||||
|
|||||||
Reference in New Issue
Block a user