Skip to content

Commit

Permalink
fix api call
Browse files Browse the repository at this point in the history
Signed-off-by: Teo Koon Peng <[email protected]>
  • Loading branch information
koonpeng committed Jun 5, 2024
1 parent 7046c5a commit b5b3da8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/dashboard/src/components/tasks/tasks-app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ export const TasksApp = React.memo(
filterColumn && filterColumn === 'destination' ? filterValue : undefined,
filterColumn && filterColumn === 'assigned_to' ? filterValue : undefined,
filterColumn && filterColumn === 'status' ? filterValue : undefined,
undefined,
filterColumn && filterColumn === 'unix_millis_request_time' ? filterValue : undefined,
filterColumn && filterColumn === 'unix_millis_start_time' ? filterValue : undefined,
filterColumn && filterColumn === 'unix_millis_finish_time' ? filterValue : undefined,
Expand Down Expand Up @@ -263,6 +264,7 @@ export const TasksApp = React.memo(
undefined,
undefined,
undefined,
undefined,
`${currentMillis - oneMonthMillis},${currentMillis}`,
undefined,
QueryLimit,
Expand Down

0 comments on commit b5b3da8

Please sign in to comment.