chatwoot/app/javascript/dashboard
Muhsin Keloth b49eaa5c45
fix: Search linear issues (#10253)
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.


f18ed01eb7/app/javascript/dashboard/components/ui/Dropdown/DropdownList.vue (L45-L52)

The issue was resolved by modifying the `onSearch` function in `DropdownList.vue` to correctly pass the search value to the `debouncedEmit` function:
2024-10-09 20:47:50 -07:00
..
api chore: Custom Roles to manage permissions [ UI ] (#9865) 2024-09-17 11:40:11 -07:00
assets feat: Vite + vue 3 💚 (#10047) 2024-10-02 00:36:30 -07:00
components fix: Search linear issues (#10253) 2024-10-09 20:47:50 -07:00
composables fix: Resolve accountId from the route, initialize route-sync before the app is loaded (#10245) 2024-10-08 09:25:51 -07:00
constants feat: Vite + vue 3 💚 (#10047) 2024-10-02 00:36:30 -07:00
helper chore: fix circleci on vite build (#10214) 2024-10-07 15:27:41 +05:30
i18n chore: update interpolation syntax for i18n files (#10198) 2024-10-07 11:12:40 -07:00
mixins chore: fix circleci on vite build (#10214) 2024-10-07 15:27:41 +05:30
modules feat: Update widget builder to support dark mode (#10230) 2024-10-04 15:53:31 -07:00
routes feat: use of imap login as default if present (#10249) 2024-10-09 15:01:11 +05:30
store chore: fix circleci on vite build (#10214) 2024-10-07 15:27:41 +05:30
App.vue fix: Resolve accountId from the route, initialize route-sync before the app is loaded (#10245) 2024-10-08 09:25:51 -07:00
featureFlags.js chore: Custom Roles to manage permissions [ UI ] (#9865) 2024-09-17 11:40:11 -07:00