This commit is contained in:
Yuri Kuznetsov
2024-02-05 13:14:07 +02:00
parent adb7f876aa
commit 857c5eee6f
+1 -1
View File
@@ -642,7 +642,7 @@ class PhoneFieldView extends VarcharFieldView {
this.name + 'Numeric' :
this.name;
if (~['isEmpty', 'isNotEmpty'].indexOf(type)) {
if (['isEmpty', 'isNotEmpty'].includes(type)) {
if (type === 'isEmpty') {
return {
type: 'isNull',