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()
}
const handleKeydownEnter = (e: KeyboardEvent) => {
const handleKeydownEnter = () => {
if (filteredOptions.value[activeFieldIndex.value]) {
onClick(filteredOptions.value[activeFieldIndex.value])
} else if (filteredOptions.value[0]) {

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

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

Loading…
Cancel
Save