mirror of
https://github.com/nasa/openmct.git
synced 2025-04-21 01:21:19 +00:00
[Addressability] Remove excessive check
Remove unneeded check from ViewSwitcherController; not necessary to avoid overwriting query string selection of view. WTD-1149.
This commit is contained in:
parent
699cd3bd90
commit
bcb4e9c495
@ -53,7 +53,7 @@ define(
|
||||
|
||||
// Get list of views, read from capability
|
||||
function updateOptions(views) {
|
||||
if (Array.isArray(views) && !($scope.ngModel || {}).selected) {
|
||||
if (Array.isArray(views)) {
|
||||
$timeout(function () {
|
||||
$scope.ngModel.selected = findMatchingOption(
|
||||
views,
|
||||
|
Loading…
x
Reference in New Issue
Block a user