clean form fix for snmp add modal

This commit is contained in:
gabryon99 2020-06-22 09:16:11 +02:00
parent 7a532c75aa
commit 6bba71a8de
6 changed files with 11 additions and 7 deletions

View file

@ -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;