iachat/app/javascript/dashboard
Sivin Varghese 7e1458fd32
fix: Issue when saving hotkeys (#11026)
# Pull Request Template

## Description

This PR fixes an issue when saving send message button hotkeys, where a
TypeError occurs: `this.updateUISettings is not a function`.

This issue arises after merging this PR
https://github.com/chatwoot/chatwoot/pull/10974

Fixes
https://chatwoot-p3.sentry.io/issues/6339976939/events/ca9946f92cb74428a72f1f74976a56a3/

## Type of change

- [x] Bug fix (non-breaking change which fixes an issue)

## Checklist:

- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my code
- [ ] I have commented on my code, particularly in hard-to-understand
areas
- [ ] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [x] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged and published in downstream
modules
2025-03-06 10:53:02 +05:30
..
api feat: allow copilot use without connecting an inbox (#10992) 2025-02-28 15:20:39 -08:00
assets feat: Support bigger font size in dashboard (#10974) 2025-02-27 12:10:33 +05:30
components fix: Not using saved order_by when fetching conversation list (#11008) 2025-03-03 14:22:27 +05:30
components-next chore: Ability to filter conversations with priority (#10967) 2025-03-03 16:38:22 +05:30
composables feat: Support bigger font size in dashboard (#10974) 2025-02-27 12:10:33 +05:30
constants feat: Add visibility checks for installation types (#10773) 2025-02-21 14:48:31 -08:00
helper feat: Add June events for linear integration (#11007) 2025-03-03 13:33:11 +05:30
i18n chore: Update translations (#11002) 2025-03-03 14:27:33 +05:30
mixins chore: fix circleci on vite build (#10214) 2024-10-07 15:27:41 +05:30
modules feat: Support bigger font size in dashboard (#10974) 2025-02-27 12:10:33 +05:30
routes fix: Issue when saving hotkeys (#11026) 2025-03-06 10:53:02 +05:30
store feat: allow copilot use without connecting an inbox (#10992) 2025-02-28 15:20:39 -08:00
App.vue feat: Support bigger font size in dashboard (#10974) 2025-02-27 12:10:33 +05:30
featureFlags.js feat: Add visibility checks for installation types (#10773) 2025-02-21 14:48:31 -08:00