update tests for org add/edit refactor

This commit is contained in:
Keith Grant
2019-03-28 13:02:04 -04:00
parent 64e933acb4
commit 6353d5e410
8 changed files with 424 additions and 334 deletions

View File

@@ -65,7 +65,7 @@ class OrganizationForm extends Component {
this.setState({ instanceGroups });
}
async handleSubmit (values) {
handleSubmit (values) {
const { handleSubmit } = this.props;
const { instanceGroups, initialInstanceGroups } = this.state;