mirror of
https://github.com/ansible/awx.git
synced 2026-02-19 04:00:06 -03:30
update tests for org add/edit refactor
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user