Pārlūkot izejas kodu

update dummy user edit apply public notice fax and phone number

CR003
Alex Cheung pirms 1 gada
vecāks
revīzija
f120ab9edb
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. +2
    -2
      src/pages/PublicNotice/ApplyForm/PublicNoticeApplyForm.js

+ 2
- 2
src/pages/PublicNotice/ApplyForm/PublicNoticeApplyForm.js Parādīt failu

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


Notiek ielāde…
Atcelt
Saglabāt