|
@@ -281,7 +281,7 @@ const PublicNoticeApplyForm = ({ loadedData, _selections, gazetteIssueList }) => |
|
|
<Grid item xs={12} md={12}> |
|
|
<Grid item xs={12} md={12}> |
|
|
{FieldUtils.getPhoneField({ |
|
|
{FieldUtils.getPhoneField({ |
|
|
label: intl.formatMessage({ id: 'userContactNumber' }) + ":", |
|
|
label: intl.formatMessage({ id: 'userContactNumber' }) + ":", |
|
|
disabled: true, |
|
|
|
|
|
|
|
|
disabled: !isDummyLoggedIn(), |
|
|
valueName: { |
|
|
valueName: { |
|
|
code: "tel_countryCode", |
|
|
code: "tel_countryCode", |
|
|
num: "phoneNumber", |
|
|
num: "phoneNumber", |
|
@@ -292,7 +292,7 @@ const PublicNoticeApplyForm = ({ loadedData, _selections, gazetteIssueList }) => |
|
|
<Grid item xs={12} md={12}> |
|
|
<Grid item xs={12} md={12}> |
|
|
{FieldUtils.getPhoneField({ |
|
|
{FieldUtils.getPhoneField({ |
|
|
label: intl.formatMessage({ id: 'contactFaxNumber' }) + ":", |
|
|
label: intl.formatMessage({ id: 'contactFaxNumber' }) + ":", |
|
|
disabled: true, |
|
|
|
|
|
|
|
|
disabled: !isDummyLoggedIn(), |
|
|
valueName: { |
|
|
valueName: { |
|
|
code: "fax_countryCode", |
|
|
code: "fax_countryCode", |
|
|
num: "faxNumber", |
|
|
num: "faxNumber", |
|
|