File tree Expand file tree Collapse file tree
components/BMDashboard/RentalChart Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -329,6 +329,7 @@ export default function ReturnedLateChart() {
329329 < DatePicker
330330 id = "end-date-picker"
331331 selected = { dateRange . endDate }
332+ minDate = { dateRange . startDate }
332333 onChange = { handleEndDateChange }
333334 className = { `${ styles [ 'returned-late-date-picker' ] } ${
334335 darkMode ? styles [ 'background-dark' ] : ''
Original file line number Diff line number Diff line change @@ -379,6 +379,8 @@ export const ENDPOINTS = {
379379 BM_INJURY_ISSUE : `${ APIEndpoint } /bm/issues` ,
380380 BM_INJURY_SEVERITY : `${ APIEndpoint } /bm/injuries/severity-by-project` ,
381381 BM_RENTAL_CHART : `${ APIEndpoint } /bm/rentalChart` ,
382+ BM_TOOLS_RETURNED_LATE : `${ APIEndpoint } /bm/tools/returned-late` ,
383+ BM_TOOLS_RETURNED_LATE_PROJECTS : `${ APIEndpoint } /bm/tools/returned-late/projects` ,
382384
383385 // Project cost tracking endpoints
384386 PROJECT_COST_IDS : `${ APIEndpoint } /bm/projects-cost/ids` ,
You can’t perform that action at this time.
0 commit comments