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