fix code style

This commit is contained in:
Rodrigo Quelca
2021-09-17 22:08:18 +00:00
parent 509341faec
commit 4b4b2a18ef
2 changed files with 1 additions and 2 deletions

View File

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