Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix file upload iteration #373

Merged
2 commits merged into from
Mar 31, 2020
Merged

Fix file upload iteration #373

2 commits merged into from
Mar 31, 2020

Conversation

ghost
Copy link

@ghost ghost commented Mar 24, 2020

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@ghost ghost force-pushed the meaisiah-file-fix branch from 12dbd50 to d13fcc4 Compare March 24, 2020 21:49
@@ -80,7 +80,7 @@ export const ApiManagement = observer(class ApiManagement extends React.Componen

if (files.length > 0) {
this.setState(prev => ({ ...prev, errors: [] }))
files.forEach(file => {
;[].forEach.call(files, file => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ugh. :(

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ghost ghost force-pushed the meaisiah-loading-spinners branch from ff4bc3e to b111305 Compare March 26, 2020 20:30
@ghost ghost force-pushed the meaisiah-file-fix branch from d13fcc4 to 347cb5b Compare March 26, 2020 20:31
@ghost ghost changed the base branch from meaisiah-loading-spinners to master March 31, 2020 05:12
@ghost ghost merged commit 3aef3a5 into master Mar 31, 2020
@ghost ghost deleted the meaisiah-file-fix branch March 31, 2020 05:17
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants