mirror of
https://github.com/nasa/openmct.git
synced 2025-03-22 12:05:19 +00:00
warn should be alert
This commit is contained in:
parent
fdb35094f4
commit
65e8d8b23c
@ -334,7 +334,7 @@ export class TelemetryCollection extends EventEmitter {
|
||||
this.timeKey = domain.source;
|
||||
} else {
|
||||
this._warn(ERRORS.TIMESYSTEM_KEY);
|
||||
this.openmct.notifications.warn(ERRORS.TIMESYSTEM_KEY_NOTIFICATION)
|
||||
this.openmct.notifications.alert(ERRORS.TIMESYSTEM_KEY_NOTIFICATION)
|
||||
}
|
||||
|
||||
let metadataValue = this.metadata.value(timeSystem.key) || { format: timeSystem.key };
|
||||
|
Loading…
x
Reference in New Issue
Block a user