Skip to content

Commit

Permalink
Fix [Jobs monitoring, scheduled] 'No jobs found.' when filtering for …
Browse files Browse the repository at this point in the history
…the 'Past 24 hours' (#2568)
  • Loading branch information
illia-prokopchuk committed Jul 3, 2024
1 parent 5d022f9 commit 6ee3602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/generateMonitoringData.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const generateMonitoringStats = (data, navigate, dispatch, tab) => {
...filters,
saveFilters: true,
dates: {
value: date.handler(),
value: date.handler(dateFutureOption),
isPredefined: date.isPredefined,
initialSelectedOptionId: date.id
}
Expand Down

0 comments on commit 6ee3602

Please sign in to comment.