mirror of
https://github.com/chatwoot/chatwoot.git
synced 2026-06-13 21:01:16 +08:00
In the `DropdownList.vue` component, the `onSearch` function was not properly passing the search value to the parent component. This resulted in the `onSearch` event in parent components (such as `LinkIssue.vue`) receiving an undefined value instead of the actual search term.
|
||
|---|---|---|
| .. | ||
| DropdownButton.vue | ||
| DropdownEmptyState.vue | ||
| DropdownList.vue | ||
| DropdownListItemButton.vue | ||
| DropdownLoadingState.vue | ||
| DropdownSearch.vue | ||