mirror of
https://github.com/ansible/awx.git
synced 2026-05-13 12:27:37 -02:30
add FormRow component; rename unwrapped components with underscore
This commit is contained in:
@@ -104,5 +104,5 @@ OrganizationAdd.contextTypes = {
|
||||
custom_virtualenvs: PropTypes.arrayOf(PropTypes.string)
|
||||
};
|
||||
|
||||
export { OrganizationAdd as OrganizationAddNoRouter };
|
||||
export { OrganizationAdd as _OrganizationAdd };
|
||||
export default withRouter(OrganizationAdd);
|
||||
|
||||
Reference in New Issue
Block a user