fix code style

This commit is contained in:
Rodrigo Quelca
2021-09-17 22:06:38 +00:00
parent c109c6e18c
commit 509341faec

View File

@@ -1064,9 +1064,7 @@ export default {
icon: newData.pageIcon, icon: newData.pageIcon,
color: newData.color color: newData.color
} }
this.data.settings = newData.settings; this.data.settings = newData.settings;
// this.settings = newData.settings;
this.filters = {}; this.filters = {};
} }
if (this.typeView === "GRID" && this.$refs["vueTable"]) { if (this.typeView === "GRID" && this.$refs["vueTable"]) {