diff --git a/src/plugins/timeConductor/ConductorInputsRealtime.vue b/src/plugins/timeConductor/ConductorInputsRealtime.vue index bc0c8dba81..1b2e5f0e27 100644 --- a/src/plugins/timeConductor/ConductorInputsRealtime.vue +++ b/src/plugins/timeConductor/ConductorInputsRealtime.vue @@ -209,7 +209,7 @@ export default { this.formattedBounds.end = this.timeFormatter.format(bounds.end); }, updateCurrentValue() { - const currentValue = this.openmct.time.getClock()?.currentValue(); + const currentValue = this.timeContext.getClock().currentValue(); if (currentValue !== undefined) { this.setCurrentValue(currentValue);