mirror of
https://github.com/nasa/openmct.git
synced 2025-04-16 07:26:53 +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