PMCORE-3312

This commit is contained in:
Henry Jordan
2021-09-13 20:01:45 +00:00
parent 2184739741
commit b98c02df85

View File

@@ -125,7 +125,6 @@ export default {
* Toogle all options in popover * Toogle all options in popover
*/ */
toogleAllColumns() { toogleAllColumns() {
let res = []; let res = [];
if (this.allColumns) { if (this.allColumns) {
_.each(this.options, function (o) { _.each(this.options, function (o) {