Browse Source

fix: update hideAll args

re #1615

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/1631/head
Pranav C 2 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() {
if (!this.isPublic) {
await this.$api.dbView.hideAllColumn({ viewId: this.viewId })
await this.$api.dbView.hideAllColumn(this.viewId)
}
for (const f of this.fields) {
f.show = false

Loading…
Cancel
Save