Ver a proveniência

update check type

New_Enhancement
Alex Cheung há 5 dias
ascendente
cometimento
065188ae99
1 ficheiros alterados com 2 adições e 2 eliminações
  1. +2
    -2
      src/pages/User/DetailsPage_Organization/UserInformationCard_Organization.js

+ 2
- 2
src/pages/User/DetailsPage_Organization/UserInformationCard_Organization.js Ver ficheiro

@@ -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()


Carregando…
Cancelar
Guardar