mirror of
https://github.com/nasa/openmct.git
synced 2025-06-01 07:00:49 +00:00
Fixed bug that prevented test data from working at all
This commit is contained in:
parent
54a920afe3
commit
b2417ce5cc
@ -474,7 +474,7 @@ export default class ConditionManager extends EventEmitter {
|
||||
|
||||
updateTestData(testData) {
|
||||
if (!_.isEqual(testData, this.testData)) {
|
||||
this.testData = testData;
|
||||
this.testData = JSON.parse(JSON.stringify(testData));
|
||||
this.openmct.objects.mutate(
|
||||
this.conditionSetDomainObject,
|
||||
'configuration.conditionTestData',
|
||||
|
Loading…
x
Reference in New Issue
Block a user