import React from 'react'; import PropTypes from 'prop-types'; import { Form, FormGroup, Radio, Divider } from '@patternfly/react-core'; import { translate as __ } from 'foremanReact/common/I18n'; import { WIZARD_TITLES, SCHEDULE_TYPES, repeatTypes, } from '../../JobWizardConstants'; import { WizardTitle } from '../form/WizardTitle'; import { QueryType } from './QueryType'; export const ScheduleType = ({ scheduleType, isTypeStatic, setScheduleValue, setValid, }) => (