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

App crashes when pressing "Add more headers" in the Connection edit page #4

Closed
razvanilin opened this issue Sep 23, 2019 · 0 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@razvanilin
Copy link
Member

razvanilin commented Sep 23, 2019

This is the error message:

ApiConnectionForm.js

  121 |   };
  122 |   this.setState({
  123 |     connection: {
> 124 |       ...connection, optionsArray: [...connection.optionsArray, option]
  125 |     },
  126 |   });
  127 | }

@razvanilin razvanilin added the bug Something isn't working label Sep 23, 2019
@razvanilin razvanilin added this to Done in Chartbrew Devlog Dec 14, 2019
@razvanilin razvanilin self-assigned this Dec 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

1 participant