fix: pass in domainObject

This commit is contained in:
Jesse Mazzella 2024-03-18 15:33:29 -07:00
parent 417ff41331
commit c198b4bf94

View File

@ -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(