|
|
|
@@ -207,7 +207,7 @@ const SummaryForm = ({ searchCriteria, issueComboData}) => { |
|
|
|
} |
|
|
|
}} |
|
|
|
format="DD/MM/YYYY" |
|
|
|
label={"Submit Date (From)"} |
|
|
|
label={"Payment Date (From)"} |
|
|
|
value={minDate === null ? null : dayjs(minDate)} |
|
|
|
maxDate={maxDate === null ? null : dayjs(maxDate)} |
|
|
|
onChange={(newValue) => { |
|
|
|
@@ -234,7 +234,7 @@ const SummaryForm = ({ searchCriteria, issueComboData}) => { |
|
|
|
} |
|
|
|
}} |
|
|
|
format="DD/MM/YYYY" |
|
|
|
label={"Submit Date (To)"} |
|
|
|
label={"Payment Date (To)"} |
|
|
|
value={maxDate === null ? null : dayjs(maxDate)} |
|
|
|
minDate={minDate === null ? null : dayjs(minDate)} |
|
|
|
onChange={(newValue) => { |
|
|
|
|