Skip to content

Commit

Permalink
auditlist filter for date misses for today issue resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
TahaKhanAbdalli committed Jan 9, 2024
1 parent 25abc08 commit f65886b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/DateFilter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ const getFilter = (value: Values, source: string, format: string): Filter[] => {
case 'past_week':
return [
resetTodayFilter,
todayFilter,
{
key: gteKeyName,
value: minusFromNow('week')
Expand Down

0 comments on commit f65886b

Please sign in to comment.