Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sergey
react-feedback-widget
Commits
693d0a42
Commit
693d0a42
authored
Aug 08, 2022
by
Sergey
Browse files
uploader fix
parent
79432d2b
Changes
1
Show whitespace changes
Inline
Side-by-side
src/index.js
View file @
693d0a42
...
...
@@ -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
.
file
name
+
'
;
'
;
})
}
axios
.
post
(
sendIdeaApi
,
values
,
{
withCredentials
:
true
})
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment