mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-07 10:18:57 +00:00
Fixes filters accumulation when on discover tab after refresh
This commit is contained in:
parent
1c87be1458
commit
d1c6979dcc
@ -927,7 +927,7 @@ function discoverController(
|
||||
if ($location.search().tab != $scope.tab) { // Changing filters
|
||||
|
||||
$scope.tab = $location.search().tab;
|
||||
|
||||
queryFilter.removeAll();
|
||||
loadFilters();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user