Skip to content

Commit

Permalink
add item group into the slot for link parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
vmangwani committed Sep 4, 2024
1 parent cf68a94 commit b999918
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/AdvancedSearchBar/AdvancedSearchBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,10 @@
class="text-gray-500 hover:text-primary-700 cursor-pointer"
@click="hide"
>
<slot name="body" :result="item" />
<slot
name="body"
:result="{ item, type: itemGroup?.title }"
/>
</TableRow>
</TableBody>
</LobTable>
Expand Down

0 comments on commit b999918

Please sign in to comment.