Browse Source

chore(nc-gui): lint

pull/8188/head
Ramesh Mane 3 months ago
parent
commit
268a0f984f
  1. 2
      packages/nc-gui/components/smartsheet/toolbar/FieldListWithSearch.vue
  2. 1
      packages/nc-gui/components/smartsheet/toolbar/SearchData.vue

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

@ -76,7 +76,7 @@ const onArrowUp = () => {
handleAutoScrollOption() handleAutoScrollOption()
} }
const handleKeydownEnter = (e: KeyboardEvent) => { const handleKeydownEnter = () => {
if (filteredOptions.value[activeFieldIndex.value]) { if (filteredOptions.value[activeFieldIndex.value]) {
onClick(filteredOptions.value[activeFieldIndex.value]) onClick(filteredOptions.value[activeFieldIndex.value])
} else if (filteredOptions.value[0]) { } else if (filteredOptions.value[0]) {

1
packages/nc-gui/components/smartsheet/toolbar/SearchData.vue

@ -7,7 +7,6 @@ import {
computed, computed,
iconMap, iconMap,
inject, inject,
onClickOutside,
ref, ref,
useFieldQuery, useFieldQuery,
useSmartsheetStoreOrThrow, useSmartsheetStoreOrThrow,

Loading…
Cancel
Save