added third
This commit was merged in pull request #549.
This commit is contained in:
@@ -11,6 +11,7 @@ import profileImage from "../../../assets/images/profile.jpg";
|
||||
|
||||
import { Form, Formik } from "formik";
|
||||
import * as Yup from "yup";
|
||||
import { apiConst } from "../../../lib/apiConst";
|
||||
|
||||
const validationSchema = Yup.object().shape({
|
||||
email: Yup.string()
|
||||
@@ -147,7 +148,7 @@ export default function PersonalInfoTab({
|
||||
file_type: uploadedFile?.type?.split("/")[0]?.toLowerCase(),
|
||||
file_data: base64Img,
|
||||
msg_type: "FILE",
|
||||
action: 11300,
|
||||
action: apiConst.WRENCHBOARD_PICTURE_PROFILE,
|
||||
};
|
||||
|
||||
setUploadStatus({
|
||||
|
||||
Reference in New Issue
Block a user