Skip to content

Commit a72645f

Browse files
committed
fix: update phone field subtype to Text-Phone
1 parent 14f9159 commit a72645f

File tree

1 file changed

+1
-1
lines changed
  • packages/angular-sdk-components/src/lib/_components/field/phone

1 file changed

+1
-1
lines changed

packages/angular-sdk-components/src/lib/_components/field/phone/config-ext.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"label": "Phone",
44
"description": "Phone",
55
"type": "Field",
6-
"subtype": "DATA_CAPTURE",
6+
"subtype": "Text-Phone",
77
"properties": []
88
}

0 commit comments

Comments
 (0)