mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 06:01:25 -03:30
Creates a verbosity select dropdowns and moves options constant into same file
This commit is contained in:
parent
ef8d4e73ae
commit
14afab918e
@ -78,7 +78,6 @@ const FormikApp = withFormik({
|
||||
FormikApp.propTypes = {
|
||||
onLaunch: PropTypes.func.isRequired,
|
||||
moduleOptions: PropTypes.arrayOf(PropTypes.array).isRequired,
|
||||
// verbosityOptions: PropTypes.arrayOf(PropTypes.object).isRequired,
|
||||
onCloseWizard: PropTypes.func.isRequired,
|
||||
credentialTypeId: PropTypes.number.isRequired,
|
||||
};
|
||||
|
||||
@ -280,7 +280,6 @@ function AdHocDetailsStep({ moduleOptions }) {
|
||||
|
||||
AdHocDetailsStep.propTypes = {
|
||||
moduleOptions: PropTypes.arrayOf(PropTypes.array).isRequired,
|
||||
// verbosityOptions: PropTypes.arrayOf(PropTypes.object).isRequired,
|
||||
};
|
||||
|
||||
export default AdHocDetailsStep;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user