- completed page for instructor manager;
- update API related to profile updating; - fixed displaying stats for instructor manager; - added checklist items based validation;
This commit is contained in:
@@ -36,7 +36,7 @@ const ProfileBeneficiario = () => {
|
||||
const onSubmit = (formData) => {
|
||||
storeSet.main.setAsyncRequest();
|
||||
|
||||
UserService.updateUser(userData.id, formData, updateCallback, updateError);
|
||||
UserService.updateUserSelf(userData.id, formData, updateCallback, updateError);
|
||||
};
|
||||
|
||||
const updateCallback = (data) => {
|
||||
|
||||
Reference in New Issue
Block a user