chatwoot/app/javascript/dashboard
Shivam Mishra 9f625715ab
fix: Cannot read properties of undefined (reading 'toLowerCase') (#9511)
Tried to replicate the issue, but Sentry didn't have enough information.
`toggleMessageSignature` is a user triggered action in
`ReplyBottomPanel.vue`, the value for `channelType` is provided from
`inboxMixin`. The error will occur if either `inbox` is an empty object
`{}` or `channel_type` in `inbox` object is undefined.

I couldn't find any instance where this could be the case. The PR has a
stop gap solution that ensures that no action is triggered
2024-05-23 12:08:04 +05:30
..
api feat: Linear front end (#9491) 2024-05-23 11:58:24 +05:30
assets chore: Remove word spacing from p (#9353) 2024-05-06 18:27:56 -07:00
components feat: Linear front end (#9491) 2024-05-23 11:58:24 +05:30
composables feat: setup composables for vue 2.7 (#9305) 2024-04-29 17:00:49 +05:30
constants feat: Better SLA missed events popover (#9215) 2024-04-10 12:49:38 +05:30
helper fix: Right click Snooze is not working (#9498) 2024-05-22 13:03:49 +05:30
i18n feat: Linear front end (#9491) 2024-05-23 11:58:24 +05:30
mixins fix: Cannot read properties of undefined (reading 'toLowerCase') (#9511) 2024-05-23 12:08:04 +05:30
modules feat: Remove the usage of clickAway mixin with directive (#9323) 2024-04-30 10:35:14 +05:30
routes feat: Linear front end (#9491) 2024-05-23 11:58:24 +05:30
store feat: Add APIs for linear integration (#9346) 2024-05-22 13:37:58 +05:30
App.vue chore: Hide banners on onboarding view (#8934) 2024-02-20 16:12:51 -08:00
App.Vue.spec.js Move src to dashboard (#152) 2019-10-16 14:36:17 +05:30
featureFlags.js feat: Linear front end (#9491) 2024-05-23 11:58:24 +05:30