Completed full user profile editing functionality
This commit is contained in:
@@ -9,7 +9,8 @@ import {
|
||||
SET_COMPLETE_REGISTRATION_CLIENT_OR_PROVIDER,
|
||||
SET_FORM_PHONE_NUMBER,
|
||||
SET_FORM_BUSINESS_NUMBER,
|
||||
SET_FORM_SOCIAL_INSURANCE_NUMBER
|
||||
SET_FORM_SOCIAL_INSURANCE_NUMBER,
|
||||
SET_EDIT_PROFILE_TAB_ACTIVE_INDEX
|
||||
} from "../../constants/user.constants";
|
||||
import { parseError } from "../common.actions";
|
||||
|
||||
@@ -94,3 +95,10 @@ export function setFormSocialInsuranceNumber(socialInsuranceNumber) {
|
||||
data: socialInsuranceNumber
|
||||
};
|
||||
}
|
||||
|
||||
export function setEditProfileTabActiveIndex(indexVal) {
|
||||
return {
|
||||
type: SET_EDIT_PROFILE_TAB_ACTIVE_INDEX,
|
||||
data: indexVal
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user