mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-26 10:43:36 -05:00
Removed unused function
This commit is contained in:
@@ -255,11 +255,6 @@ function SmartSearchController (
|
||||
|
||||
$scope.searchTags = qs.stripDefaultParams(queryset, defaults);
|
||||
};
|
||||
|
||||
$scope.hideUnfilterable = (field) => {
|
||||
console.log(field);
|
||||
return !(typeof field.value.filterable === "boolean" && field.value.filterable === false);
|
||||
};
|
||||
}
|
||||
|
||||
SmartSearchController.$inject = [
|
||||
|
||||
Reference in New Issue
Block a user