change(ui) - text change
This commit is contained in:
parent
1c6789f7a8
commit
0031528ad4
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue