mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 03:45:26 +00:00
fixed null filters for snmp table
This commit is contained in:
parent
0c779e0f4e
commit
e2e1c965df
3 changed files with 3 additions and 2 deletions
|
|
@ -155,6 +155,7 @@ class DataTableUtils {
|
|||
*/
|
||||
static setCurrentFilter(tableAPI) {
|
||||
|
||||
if (!tableAPI.state.loaded()) return;
|
||||
if (!tableAPI.state.loaded().filters) return;
|
||||
|
||||
const filters = tableAPI.state.loaded().filters;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue