Commit 693d0a42 by Sergey

uploader fix

parent 79432d2b
...@@ -82,7 +82,7 @@ export const FeedbackWidget = ({ ...@@ -82,7 +82,7 @@ export const FeedbackWidget = ({
values.photo = ''; values.photo = '';
if (fileList.length > 0) { if (fileList.length > 0) {
fileList.map((item) => { fileList.map((item) => {
values.photo += item.response.file_path + ';'; values.photo += item.response.filename + ';';
}) })
} }
axios.post(sendIdeaApi, values, {withCredentials: true}) 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