Update dashboard.ts

This commit is contained in:
Shekar Siri 2022-04-29 16:02:14 +02:00 committed by GitHub
parent 6a855a947c
commit 4f1a476c65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -88,7 +88,8 @@ export default class Dashboard implements IDashboard {
isPublic: this.isPublic,
// widgets: this.widgets.map(w => w.toJson())
// widgets: this.widgets
metrics: this.metrics
metrics: this.metrics,
description: this.description,
}
}
@ -188,4 +189,4 @@ export default class Dashboard implements IDashboard {
this.metrics.push(metricId)
}
}
}
}