styling..

This commit is contained in:
Cüneyt Şentürk
2021-06-01 14:47:10 +03:00
parent b29ea1bba5
commit a9c4a7db08
2 changed files with 3 additions and 1 deletions

View File

@ -661,7 +661,7 @@ export default {
this.filter_index++;
}
}, this);
}else if (this.defaultFiltered) {
} else if (this.defaultFiltered) {
this.defaultFiltered.forEach(function (filter) {
let option = '';
let operator = '=';