diff --git a/packages/nc-gui/components/smartsheet/toolbar/SearchData.vue b/packages/nc-gui/components/smartsheet/toolbar/SearchData.vue index 8fbc44cfbb..061008594c 100644 --- a/packages/nc-gui/components/smartsheet/toolbar/SearchData.vue +++ b/packages/nc-gui/components/smartsheet/toolbar/SearchData.vue @@ -100,7 +100,7 @@ watch(columns, () => {
@@ -115,6 +115,7 @@ watch(columns, () => {
{ class="py-1 !absolute top-0 left-0 w-full h-full z-10 text-xs opacity-0" @change="onPressEnter" > - +
{{ op.label }} @@ -135,7 +136,7 @@ watch(columns, () => { v-model:value="search.query" size="small" class="text-xs w-40" - :placeholder="`${$t('general.searchIn')} ${columns?.find((column) => column.value === search.field)?.label}`" + :placeholder="`${$t('general.searchIn')} ${displayColumnLabel}`" :bordered="false" data-testid="search-data-input" @press-enter="onPressEnter" diff --git a/packages/nc-gui/components/smartsheet/toolbar/SortListMenu.vue b/packages/nc-gui/components/smartsheet/toolbar/SortListMenu.vue index d29cc8f8d9..c17a53d938 100644 --- a/packages/nc-gui/components/smartsheet/toolbar/SortListMenu.vue +++ b/packages/nc-gui/components/smartsheet/toolbar/SortListMenu.vue @@ -183,14 +183,7 @@ watch(open, () => { :trigger="['click']" overlay-class-name="nc-toolbar-dropdown" > - +