Skip to content

Commit 05c1869

Browse files
Merge pull request #2090 from amit-webkul/lead
Fixed Lookup issue.
2 parents 173d61c + 27f3f33 commit 05c1869

File tree

4 files changed

+77
-74
lines changed

4 files changed

+77
-74
lines changed

packages/Webkul/Admin/src/Resources/views/components/attributes/edit/lookup.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ class="relative"
107107
v-for="item in filteredResults"
108108
:key="item.id"
109109
class="flex cursor-pointer gap-2 p-2 transition-colors hover:bg-blue-100 dark:text-gray-300 dark:hover:bg-gray-900"
110-
@click="handleResult(result)"
110+
@click="handleResult(item)"
111111
>
112112
<!-- Entity Name -->
113113
<span>@{{ item.name }}</span>

0 commit comments

Comments
 (0)