warn should be alert

This commit is contained in:
David Tsay 2022-03-22 22:43:52 -07:00
parent fdb35094f4
commit 65e8d8b23c

View File

@ -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 };