Browse Source

feat(gui-v2): add empty text

pull/2998/head
Wing-Kam Wong 2 years ago
parent
commit
3c42fc49cd
  1. 2
      packages/nc-gui-v2/components/smartsheet-column/FormulaOptions.vue

2
packages/nc-gui-v2/components/smartsheet-column/FormulaOptions.vue

@ -436,7 +436,7 @@ formState.value.colOptions = {
width="500px" width="500px"
class="h-full overflow-auto" class="h-full overflow-auto"
> >
<a-list ref="sugListRef" :data-source="suggestion"> <a-list ref="sugListRef" :data-source="suggestion" :locale="{ emptyText: 'No suggested formula was found' }">
<template #renderItem="{ item, index }"> <template #renderItem="{ item, index }">
<a-list-item <a-list-item
:ref=" :ref="

Loading…
Cancel
Save