fix: add missing letter in freescout webhook filter labels

This commit is contained in:
Jakub P.
2025-02-05 20:40:00 +01:00
parent 3a7c5f24b0
commit b2b886ed27

View File

@@ -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',
}, },
]; ];