Fixes broken merge conflicts
This commit is contained in:
parent
98d6413ee8
commit
acd75227fb
3 changed files with 4 additions and 16 deletions
|
@ -43,14 +43,13 @@ const conversations = accountId => ({
|
|||
key: 'conversation_participating',
|
||||
toState: frontendURL(`accounts/${accountId}/participating/conversations`),
|
||||
toStateName: 'conversation_participating',
|
||||
},
|
||||
{
|
||||
},
|
||||
{
|
||||
icon: 'mail-unread',
|
||||
label: 'UNATTENDED_CONVERSATIONS',
|
||||
key: 'conversation_unattended',
|
||||
toState: frontendURL(`accounts/${accountId}/unattended/conversations`),
|
||||
toStateName: 'conversation_unattended',
|
||||
|
||||
},
|
||||
],
|
||||
});
|
||||
|
|
|
@ -257,9 +257,11 @@ export default {
|
|||
.actions {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.message-text {
|
||||
margin: 0;
|
||||
font-size: var(--font-size-small);
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -121,19 +121,6 @@ export default {
|
|||
conversationType: 'mention',
|
||||
}),
|
||||
},
|
||||
{
|
||||
path: frontendURL('accounts/:accountId/participating/conversations'),
|
||||
name: 'conversation_participating',
|
||||
roles: ['administrator', 'agent'],
|
||||
component: ConversationView,
|
||||
props: () => ({ conversationType: 'participating' }),
|
||||
},
|
||||
{
|
||||
path: frontendURL(
|
||||
'accounts/:accountId/participating/conversations/:conversationId'
|
||||
),
|
||||
name: 'conversation_through_participating',
|
||||
|
||||
{
|
||||
path: frontendURL('accounts/:accountId/unattended/conversations'),
|
||||
name: 'conversation_unattended',
|
||||
|
|
Loading…
Reference in a new issue