Browse Source

chore(nc-gui): add ? to activeView.value

pull/3818/head
Wing-Kam Wong 2 years ago
parent
commit
468e1add30
  1. 2
      packages/nc-gui/components/smartsheet-toolbar/StackedBy.vue

2
packages/nc-gui/components/smartsheet-toolbar/StackedBy.vue

@ -48,7 +48,7 @@ const groupingFieldColumnId = computed({
})
await loadKanbanMeta()
await loadKanbanData()
;(activeView.value.view as KanbanType).grp_column_id = val
;(activeView.value?.view as KanbanType).grp_column_id = val
}
},
})

Loading…
Cancel
Save