mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-07 02:15:24 +00:00
Fix typo
This commit is contained in:
parent
37b912ed68
commit
6ec29c34ea
@ -60,8 +60,8 @@ app.controller('rulesController', function ($timeout, $scope, $rootScope, $sce,
|
||||
if(!$scope.$$phase) $scope.$digest();
|
||||
});
|
||||
|
||||
$scope.analizeRules = async search => {
|
||||
|
||||
$scope.analyzeRules = async search => {
|
||||
|
||||
try {
|
||||
if(search && search.length <= 1) return $scope.rulesAutoComplete.items;
|
||||
await $timeout(200);
|
||||
|
Loading…
Reference in New Issue
Block a user