mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 21:27:52 +00:00
[Time Conductor] Remove unused property
...from structure passed into date-time field. Note in code review, https://github.com/nasa/openmctweb/pull/347
This commit is contained in:
parent
b5e52fce75
commit
c02f965460
@ -37,7 +37,7 @@
|
||||
|
||||
<span class="l-time-range-input" ng-controller="ToggleController as t2">
|
||||
<mct-control key="'datetime-field'"
|
||||
structure="{ format: parameters.format, submit: updateBoundsFromForm }"
|
||||
structure="{ format: parameters.format }"
|
||||
ng-model="formModel"
|
||||
ng-blur="updateBoundsFromForm()"
|
||||
field="'end'"
|
||||
|
Loading…
Reference in New Issue
Block a user