superset-frontend/src/components/CronPicker/CronPicker.stories.tsx
Function InteractiveCronPicker
has 29 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export const InteractiveCronPicker = (props: CronProps) => {
// @ts-ignore
const inputRef = useRef<Input>(null);
const [value, setValue] = useState(props.value);
const customSetValue = useCallback(