mirror of
https://github.com/ansible/awx.git
synced 2026-03-22 11:25:08 -02:30
fix unit tests for network handling
This commit is contained in:
@@ -28,6 +28,7 @@ class OrganizationForm extends Component {
|
||||
|
||||
this.state = {
|
||||
instanceGroups: [],
|
||||
initialInstanceGroups: [],
|
||||
formIsValid: true,
|
||||
};
|
||||
}
|
||||
@@ -174,4 +175,5 @@ OrganizationForm.contextTypes = {
|
||||
custom_virtualenvs: PropTypes.arrayOf(PropTypes.string)
|
||||
};
|
||||
|
||||
export { OrganizationForm as _OrganizationForm };
|
||||
export default withNetwork(withRouter(OrganizationForm));
|
||||
|
||||
Reference in New Issue
Block a user