Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
fix: rm $scope.wiscDirectoryError
Browse files Browse the repository at this point in the history
redundant with $scope.wiscDirectoryErrorMessage
  • Loading branch information
apetro committed Jun 7, 2018
1 parent 732e9bb commit da75fba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/src/main/webapp/my-app/search/controllers.js
Expand Up @@ -135,7 +135,6 @@ define([
}).catch(function() {
$log.warn('Directory search error on term ' + $scope.searchTerm);
$scope.wiscDirectoryLoading = false;
$scope.wiscDirectoryError = true;
$scope.wiscDirectoryErrorMessage =
'Error. Unable to search the directory.';
}
Expand Down

0 comments on commit da75fba

Please sign in to comment.