Procházet zdrojové kódy

update check type

New_Enhancement
Alex Cheung před 4 dny
rodič
revize
065188ae99
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      src/pages/User/DetailsPage_Organization/UserInformationCard_Organization.js

+ 2
- 2
src/pages/User/DetailsPage_Organization/UserInformationCard_Organization.js Zobrazit soubor

@@ -85,11 +85,11 @@ const UserInformationCard_Organization = ({ userData, loadDataFun, orgData }) =>
countryCode: values.fax_countryCode,
faxNumber: values.faxNumber
},
identification: values.identification,
// identification: values.identification,
emailBus: values.emailBus,
contactPerson: values.contactPerson,
orgId: values.orgId?.id,
preferLocale: values.preferLocale.type
preferLocale: values.preferLocale?.type
},
onSuccess: function () {
notifySaveSuccess()


Načítá se…
Zrušit
Uložit