diff --git a/packages/nc-gui/components/smartsheet/column/FormulaOptions.vue b/packages/nc-gui/components/smartsheet/column/FormulaOptions.vue index 203a37a57b..67ccf40c8a 100644 --- a/packages/nc-gui/components/smartsheet/column/FormulaOptions.vue +++ b/packages/nc-gui/components/smartsheet/column/FormulaOptions.vue @@ -95,9 +95,11 @@ const formulaRef = ref() const sugListRef = ref() +const variableListRef = ref<(typeof AntListItem)[]>([]) + const sugOptionsRef = ref<(typeof AntListItem)[]>([]) -const variableListRef = ref<(typeof AntListItem)[]>([]) +const varOptionsRef = ref<(typeof AntListItem)[]>([]) const wordToComplete = ref('') @@ -369,7 +371,7 @@ onMounted(() => {