Fix alert list tag filter

This commit is contained in:
Calvo 2022-12-07 11:24:09 +01:00
parent 4f194134cc
commit 51e6e5b0a1
1 changed files with 1 additions and 1 deletions

View File

@ -654,7 +654,7 @@ if ($get_agent_alerts_datatable === true) {
}
$idGroup = $filter_alert['ag_group'];
$tag_filter = $filter_alert['tag_filter'];
$tag_filter = $filter_alert['tag'];
$action_filter = $filter_alert['action'];
try {