👕 Fix lint issue

This commit is contained in:
Jan Oberhauser
2020-10-22 15:46:03 +02:00
parent 5b7efd67ca
commit 40c2acd77b
491 changed files with 4045 additions and 3936 deletions

View File

@@ -69,23 +69,23 @@ export const threadFields = [
options: [
{
name: 'Chat',
value: 'chat'
value: 'chat',
},
{
name: 'Customer',
value: 'customer'
value: 'customer',
},
{
name: 'Note',
value: 'note'
value: 'note',
},
{
name: 'Phone',
value: 'phone'
value: 'phone',
},
{
name: 'Reply',
value: 'reply'
value: 'reply',
},
],
default: '',
@@ -167,7 +167,7 @@ export const threadFields = [
default: false,
description: 'When imported is set to true, no outgoing emails or notifications will be generated.',
},
]
],
},
{
displayName: 'Attachments',