mirror of
https://github.com/nasa/openmct.git
synced 2025-02-13 06:07:12 +00:00
fix: pass in domainObject
This commit is contained in:
parent
417ff41331
commit
c198b4bf94
@ -340,7 +340,7 @@ export default class PlotSeries extends Model {
|
||||
}
|
||||
|
||||
async loadLimits() {
|
||||
const limitsResponse = await this.limitDefinition.limits();
|
||||
const limitsResponse = await this.limitDefinition.limits(this.domainObject);
|
||||
this.limits = {};
|
||||
if (!this.unsubscribeLimits) {
|
||||
this.unsubscribeLimits = this.openmct.telemetry.subscribeToLimits(
|
||||
|
Loading…
x
Reference in New Issue
Block a user