This commit is contained in:
Yuri Kuznetsov
2024-04-02 14:38:40 +03:00
parent 7b642e40b0
commit 3117db022f
+1 -1
View File
@@ -426,7 +426,7 @@ class PhoneFieldView extends VarcharFieldView {
const o = {
phoneNumber: '',
primary: !data.length,
type: false,
type: undefined,
optOut: this.emailAddressOptedOutByDefault,
invalid: false,
};