Explorar el Código

update dummy user edit apply public notice fax and phone number

CR003
Alex Cheung hace 1 año
padre
commit
f120ab9edb
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      src/pages/PublicNotice/ApplyForm/PublicNoticeApplyForm.js

+ 2
- 2
src/pages/PublicNotice/ApplyForm/PublicNoticeApplyForm.js Ver fichero

@@ -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",


Cargando…
Cancelar
Guardar