change(ui) - text change

This commit is contained in:
Shekar Siri 2022-08-25 15:03:19 +02:00
parent 1c6789f7a8
commit 0031528ad4

View file

@ -372,10 +372,10 @@ export default class DashboardStore {
return dashboardService
.addWidget(dashboard, metricIds)
.then((response) => {
toast.success("Widget added successfully");
toast.success("Metric added to dashboard.");
})
.catch(() => {
toast.error("Widget could not be added");
toast.error("Metric could not be added.");
})
.finally(() => {
this.isSaving = false;