We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 179e87b + 256767e commit 395439fCopy full SHA for 395439f
adminforth/spa/src/afcl/Select.vue
@@ -46,7 +46,7 @@
46
<label v-if="!$slots.item" :for="item.value">{{ item.label }}</label>
47
</div>
48
<div v-if="!filteredItems.length" class="px-4 py-2 cursor-pointer text-gray-400 dark:text-gray-300">
49
- {{ $t('No results found') }}
+ {{ options.length ? $t('No results found') : $t('No items here') }}
50
51
52
<div v-if="$slots['extra-item']" class="px-4 py-2 dark:text-gray-400">
0 commit comments