fix: add missing letter in freescout webhook filter labels
This commit is contained in:
@@ -41,11 +41,11 @@ const webhookFilters = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
value: 'customer.created',
|
value: 'customer.created',
|
||||||
label: 'Customer create',
|
label: 'Customer created',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
value: 'customer.updated',
|
value: 'customer.updated',
|
||||||
label: 'Customer update',
|
label: 'Customer updated',
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user