mirror of
https://github.com/nasa/openmct.git
synced 2025-01-31 08:25:31 +00:00
[Time Conductor] Don't treat defaults as invalid
This commit is contained in:
parent
16e4c32709
commit
b4dd95490c
@ -109,6 +109,9 @@ define(
|
||||
ngModel.outer[property]) {
|
||||
$scope.boundsModel[property] =
|
||||
formatTimestamp(ngModel.outer[property]);
|
||||
// Never want to flag machine-generated text
|
||||
// as invalid here.
|
||||
$scope.boundsModel[property + 'Valid'] = true;
|
||||
}
|
||||
} catch (e) {
|
||||
// User-entered text is invalid, so leave it be
|
||||
|
Loading…
x
Reference in New Issue
Block a user