Browse Source

fix: update hideAll args

re #1615

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/1631/head
Pranav C 3 years ago
parent
commit
104825077b
  1. 2
      packages/nc-gui/components/project/spreadsheet/components/fieldsMenu.vue

2
packages/nc-gui/components/project/spreadsheet/components/fieldsMenu.vue

@ -367,7 +367,7 @@ export default {
}, },
async hideAll() { async hideAll() {
if (!this.isPublic) { if (!this.isPublic) {
await this.$api.dbView.hideAllColumn({ viewId: this.viewId }) await this.$api.dbView.hideAllColumn(this.viewId)
} }
for (const f of this.fields) { for (const f of this.fields) {
f.show = false f.show = false

Loading…
Cancel
Save