mirror of
https://github.com/nasa/openmct.git
synced 2025-06-18 23:28:14 +00:00
chore: remove all usage of deprecated Time API methods (#7688)
* chore: remove all usage of deprecated Time API methods * test: update unit test * docs: Fix spacing and add clarity to TimeConductorBounds definition. * test: add unit test coverage for new time api methods
This commit is contained in:
@ -141,7 +141,6 @@ export default {
|
||||
data() {
|
||||
const bounds = this.openmct.time.getBounds();
|
||||
const timeSystem = this.openmct.time.getTimeSystem();
|
||||
// const isFixed = this.openmct.time.isFixed();
|
||||
|
||||
return {
|
||||
timeSystem,
|
||||
|
Reference in New Issue
Block a user