From 471ce06b9aa969075182a6803dcc4fbf82c2d5ef Mon Sep 17 00:00:00 2001 From: Muhammed Mustafa Date: Fri, 22 Dec 2023 16:03:40 +0000 Subject: [PATCH] fix: Minor fix --- .../nc-gui/components/smartsheet/column/FormulaOptions.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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(() => {