phone number list: numeric filter

This commit is contained in:
Yuri Kuznetsov
2023-11-09 16:36:52 +02:00
parent 5aa4c8f069
commit daedb1698a
2 changed files with 5 additions and 3 deletions
@@ -2,7 +2,8 @@
"fields": {
"type": "Type",
"optOut": "Opted Out",
"invalid": "Invalid"
"invalid": "Invalid",
"numeric": "Numeric Value"
},
"presetFilters": {
"orphan": "Orphan"
@@ -1,4 +1,5 @@
[
"optOut",
"invalid"
]
"invalid",
"numeric"
]