Kaynağa Gözat

update check type

New_Enhancement
Alex Cheung 5 gün önce
ebeveyn
işleme
065188ae99
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. +2
    -2
      src/pages/User/DetailsPage_Organization/UserInformationCard_Organization.js

+ 2
- 2
src/pages/User/DetailsPage_Organization/UserInformationCard_Organization.js Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet