Browse Source

fix(gui-v2): typo on RollupOptions

Signed-off-by: mertmit <mertmit99@gmail.com>
pull/3203/head
mertmit 2 years ago
parent
commit
836fb69a39
  1. 2
      packages/nc-gui-v2/components/smartsheet-column/RollupOptions.vue

2
packages/nc-gui-v2/components/smartsheet-column/RollupOptions.vue

@ -43,7 +43,7 @@ const aggrFunctionsList = [
] ]
if (!vModel.value.fk_relation_column_id) vModel.value.fk_relation_column_id = null if (!vModel.value.fk_relation_column_id) vModel.value.fk_relation_column_id = null
if (!vModel.value.fk_rollup_column_id) vModel.value.value.fk_rollup_column_id = null if (!vModel.value.fk_rollup_column_id) vModel.value.fk_rollup_column_id = null
if (!vModel.value.rollup_function) vModel.value.rollup_function = null if (!vModel.value.rollup_function) vModel.value.rollup_function = null
const refTables = $computed(() => { const refTables = $computed(() => {

Loading…
Cancel
Save