This commit is contained in:
martin-mfg
2025-11-04 11:30:33 +01:00
parent b6db98b302
commit 89f86045fd
@@ -4,10 +4,7 @@ import PropTypes from 'prop-types';
import Section from './Section';
import { Input } from '../Generic';
const DateRangeSection = ({
selectedOption,
setSelectedOption,
}) => {
const DateRangeSection = ({ selectedOption, setSelectedOption }) => {
const options = [
{ id: 1, label: 'Past 1 Month', disabled: false, value: 'one_month' },
{