¡complete save settings for all lists
This commit is contained in:
@@ -87,7 +87,9 @@ export default {
|
||||
|
||||
_.forIn(this.filters, function (item, key) {
|
||||
if (item.value && item.value != "") {
|
||||
filters[item.filterVar] = item.value;
|
||||
if(filters && item.value) {
|
||||
filters[item.filterVar] = item.value;
|
||||
}
|
||||
}
|
||||
});
|
||||
return new Promise((resolutionFunc, rejectionFunc) => {
|
||||
|
||||
Reference in New Issue
Block a user