Revert wrong bugfix and fix typo

This commit is contained in:
Jan Oberhauser
2020-11-19 08:37:19 +01:00
parent db47892e77
commit 79ccf6a2e9
3 changed files with 4 additions and 4 deletions

View File

@@ -18,12 +18,12 @@ export const contactListOperations = [
{
name: 'Add',
value: 'add',
description: 'Add contactt to a list',
description: 'Add contact to a list',
},
{
name: 'Remove',
value: 'remove',
description: 'Remove contactt from a list',
description: 'Remove contact from a list',
},
],
default: 'add',
@@ -71,6 +71,7 @@ export const contactListFields = [
},
description: 'Contact ID',
},
// ----------------------------------
// contactList:remove
// ----------------------------------