Renamed close date to R4P RPS-76

This commit is contained in:
Patrick Fic
2021-01-12 11:42:21 -08:00
parent 9add09cedc
commit f8030a5c5f
7 changed files with 10 additions and 12 deletions

View File

@@ -29,7 +29,7 @@ export function ReportingDatesMolecule({ queryReportingData }) {
<Form form={form} onFinish={handleFinish}>
<div style={{ display: "flex" }}>
<Form.Item
label="Close Date Between"
label="Ready for Payment Date Between"
name="dateRange"
rules={[{ type: "array", required: true }]}
>