mirror of
https://github.com/nasa/openmct.git
synced 2025-04-15 06:56:43 +00:00
[Time Conductor] Remove check for domain existence
This commit is contained in:
parent
2d1faeba8c
commit
8d65335786
@ -101,8 +101,7 @@ define(
|
||||
|
||||
function updateDomain(value) {
|
||||
var newDomain = conductor.domain(value);
|
||||
conductorScope.parameters.format =
|
||||
newDomain && newDomain.format;
|
||||
conductorScope.parameters.format = newDomain.format;
|
||||
repScope.$broadcast('telemetry:display:bounds', bounds());
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user