mirror of
https://github.com/nasa/openmct.git
synced 2025-03-23 04:25:27 +00:00
fix enum issue
This commit is contained in:
parent
3b99a12d7f
commit
fdb35094f4
@ -334,7 +334,7 @@ export class TelemetryCollection extends EventEmitter {
|
||||
this.timeKey = domain.source;
|
||||
} else {
|
||||
this._warn(ERRORS.TIMESYSTEM_KEY);
|
||||
this.openmct.notifications.warn(TIMESYSTEM_KEY_NOTIFICATION)
|
||||
this.openmct.notifications.warn(ERRORS.TIMESYSTEM_KEY_NOTIFICATION)
|
||||
}
|
||||
|
||||
let metadataValue = this.metadata.value(timeSystem.key) || { format: timeSystem.key };
|
||||
|
Loading…
x
Reference in New Issue
Block a user