Merge pull request #2120 from mabashian/1882-prompt-cred-filter

Fix issue searching creds list on prompt
This commit is contained in:
Michael Abashian 2018-06-12 13:43:06 -04:00 committed by GitHub
commit 39dee3d5c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ function SmartSearchController (
}
if ($scope.querySet) {
queryset = _.cloneDeep($scope.querySet);
queryset = $scope.querySet;
} else {
queryset = $state.params[searchKey];
}