mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-06 18:05:20 +00:00
Add pinned filters after refresh (#1909)
This commit is contained in:
parent
5f690d0bec
commit
bfdc828867
@ -1155,7 +1155,7 @@ function discoverController(
|
||||
}
|
||||
|
||||
queryFilter
|
||||
.addFilters(wzCurrentFilters)
|
||||
.addFilters([...wzCurrentFilters, ...globalState.filters || []])
|
||||
.then(() => {})
|
||||
.catch(error => console.log(error.message || error)); // eslint-disable-line
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user