mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 06:17:36 -02:30
Fix schedule edit prop types error thrown on schedule prop
This commit is contained in:
@@ -50,7 +50,7 @@ function ScheduleEdit({ i18n, schedule }) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ScheduleEdit.propTypes = {
|
ScheduleEdit.propTypes = {
|
||||||
schedule: shape.isRequired,
|
schedule: shape({}).isRequired,
|
||||||
};
|
};
|
||||||
|
|
||||||
ScheduleEdit.defaultProps = {};
|
ScheduleEdit.defaultProps = {};
|
||||||
|
|||||||
Reference in New Issue
Block a user