Commit c320162b by jaymehta

.

1 parent b714835d
...@@ -30,7 +30,7 @@ const ImageUploadPopUp = ({ isUpdate, setimagesArrayComponent, populatedImages, ...@@ -30,7 +30,7 @@ const ImageUploadPopUp = ({ isUpdate, setimagesArrayComponent, populatedImages,
}, []); }, []);
console.log("fileList", fileList); console.log("fileList", fileList);
let formData = new FormData(); // let formData = new FormData();
let finalId; let finalId;
const handlePreview = async file => { const handlePreview = async file => {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!