Browse Source

fix(nc-gui): review changes

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

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

@ -11,7 +11,7 @@ const props = defineProps<{
showSelectedOption?: boolean
}>()
const emits = defineEmits(['selected'])
const emits = defineEmits<{ selected: [ColumnType] }>()
const { isParentOpen, toolbarMenu, searchInputPlaceholder, selectedOptionId, options, showSelectedOption } = toRefs(props)

Loading…
Cancel
Save