Skip to content

Commit

Permalink
fix: Code fix from PR #6823 (#6934)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsivin committed Apr 19, 2023
1 parent bd1e69e commit 527042a
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -22,7 +22,7 @@
deselect-label=""
:max-height="160"
:close-on-select="true"
:options="[...inboxes, ...inboxes]"
:options="[...inboxes]"
>
<template slot="singleLabel" slot-scope="{ option }">
<inbox-dropdown-item
Expand Down Expand Up @@ -155,7 +155,7 @@ import Thumbnail from 'dashboard/components/widgets/Thumbnail';
import WootMessageEditor from 'dashboard/components/widgets/WootWriter/Editor';
import ReplyEmailHead from 'dashboard/components/widgets/conversation/ReplyEmailHead';
import CannedResponse from 'dashboard/components/widgets/conversation/CannedResponse.vue';
import InboxDropdownItem from 'dashboard/components/widgets/InboxDropdownItem.vue';
import InboxDropdownItem from 'dashboard/components/widgets/InboxDropdownItem';
import WhatsappTemplates from './WhatsappTemplates.vue';
import alertMixin from 'shared/mixins/alertMixin';
import { INBOX_TYPES } from 'shared/mixins/inboxMixin';
Expand Down

0 comments on commit 527042a

Please sign in to comment.