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.
1 parent 83de420 commit 75fb7f9Copy full SHA for 75fb7f9
adminforth/spa/src/afcl/Select.vue
@@ -74,7 +74,6 @@
74
<div v-if="!filteredItems.length" class="px-4 py-2 cursor-pointer text-gray-400 dark:text-gray-300">
75
{{ options.length ? $t('No results found') : $t('No items here') }}
76
</div>
77
-
78
<div v-if="$slots['extra-item']" class="px-4 py-2 dark:text-gray-400">
79
<slot name="extra-item"></slot>
80
0 commit comments