mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 23:17:32 -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 = {
|
||||
schedule: shape.isRequired,
|
||||
schedule: shape({}).isRequired,
|
||||
};
|
||||
|
||||
ScheduleEdit.defaultProps = {};
|
||||
|
||||
Reference in New Issue
Block a user