Skip to content

Commit 75fb7f9

Browse files
author
yaroslav8765
committed
fix: release
1 parent 83de420 commit 75fb7f9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adminforth/spa/src/afcl/Select.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@
7474
<div v-if="!filteredItems.length" class="px-4 py-2 cursor-pointer text-gray-400 dark:text-gray-300">
7575
{{ options.length ? $t('No results found') : $t('No items here') }}
7676
</div>
77-
7877
<div v-if="$slots['extra-item']" class="px-4 py-2 dark:text-gray-400">
7978
<slot name="extra-item"></slot>
8079
</div>

0 commit comments

Comments
 (0)