feature/IO-3494-Change-Preferred-Contact - Implement select box, fix capture bug
This commit is contained in:
@@ -18,6 +18,10 @@ export default function JobsCreateOwnerInfoNewComponent() {
|
|||||||
label: t("owners.labels.email", { defaultValue: "Email" }),
|
label: t("owners.labels.email", { defaultValue: "Email" }),
|
||||||
options: [{ label: t("owners.labels.email", { defaultValue: "Email" }), value: "Email" }]
|
options: [{ label: t("owners.labels.email", { defaultValue: "Email" }), value: "Email" }]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: t("owners.labels.sms", { defaultValue: "SMS" }),
|
||||||
|
options: [{ label: t("owners.labels.sms", { defaultValue: "SMS" }), value: "SMS" }]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: t("owners.labels.phone", { defaultValue: "Phone" }),
|
label: t("owners.labels.phone", { defaultValue: "Phone" }),
|
||||||
options: PHONE_TYPE_OPTIONS
|
options: PHONE_TYPE_OPTIONS
|
||||||
|
|||||||
@@ -2601,7 +2601,8 @@
|
|||||||
"cell": "Cell",
|
"cell": "Cell",
|
||||||
"other": "Other",
|
"other": "Other",
|
||||||
"email": "Email",
|
"email": "Email",
|
||||||
"phone": "Phone"
|
"phone": "Phone",
|
||||||
|
"sms": "SMS"
|
||||||
},
|
},
|
||||||
"successes": {
|
"successes": {
|
||||||
"delete": "Owner deleted successfully.",
|
"delete": "Owner deleted successfully.",
|
||||||
|
|||||||
@@ -2601,7 +2601,8 @@
|
|||||||
"cell": "",
|
"cell": "",
|
||||||
"other": "",
|
"other": "",
|
||||||
"email": "",
|
"email": "",
|
||||||
"phone": ""
|
"phone": "",
|
||||||
|
"sms": ""
|
||||||
},
|
},
|
||||||
"successes": {
|
"successes": {
|
||||||
"delete": "",
|
"delete": "",
|
||||||
|
|||||||
@@ -2601,7 +2601,8 @@
|
|||||||
"cell": "",
|
"cell": "",
|
||||||
"other": "",
|
"other": "",
|
||||||
"email": "",
|
"email": "",
|
||||||
"phone": ""
|
"phone": "",
|
||||||
|
"sms": ""
|
||||||
},
|
},
|
||||||
"successes": {
|
"successes": {
|
||||||
"delete": "",
|
"delete": "",
|
||||||
|
|||||||
Reference in New Issue
Block a user