Commit 693d0a42 authored by Sergey's avatar Sergey
Browse files

uploader fix

parent 79432d2b
......@@ -82,7 +82,7 @@ export const FeedbackWidget = ({
values.photo = '';
if (fileList.length > 0) {
fileList.map((item) => {
values.photo += item.response.file_path + ';';
values.photo += item.response.filename + ';';
})
}
axios.post(sendIdeaApi, values, {withCredentials: true})
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment