Description
The date range picker on PayrollAnalytics.tsx doesn't validate that the selected start date precedes the end date, allowing an inverted range to be submitted and produce an empty or nonsensical chart with no explanatory error.
Where
frontend/src/pages — PayrollAnalytics.tsx
Acceptance Criteria
Description
The date range picker on
PayrollAnalytics.tsxdoesn't validate that the selected start date precedes the end date, allowing an inverted range to be submitted and produce an empty or nonsensical chart with no explanatory error.Where
frontend/src/pages— PayrollAnalytics.tsxAcceptance Criteria