Skip to content

Commit

Permalink
options need to be defined before passed to table constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
davetsay committed Nov 26, 2024
1 parent 05d80f8 commit be22368
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/frameaccountability/frameAccountabilityViewProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ export default class FrameAccountabilityViewProvider {
this.domainObject = domainObject;
this.keystring = openmct.objects.makeKeyString(this.domainObject.identifier);
this.openmct = openmct;
this.table = this.instantiateBadFramesTable();
this.expectedVcidList = options.frameAccountabilityExpectedVcidList;
this.tablePerformanceOptions = options.tablePerformanceOptions;
this._destroy = null;

this.table = this.instantiateBadFramesTable();
}
instantiateBadFramesTable() {
const domainObject = {
Expand Down

0 comments on commit be22368

Please sign in to comment.