Skip to content

Commit 7ef023a

Browse files
authored
Merge pull request #517 from IFRCGo/fix/surge-remove-filter
Remove filter that only shows Alerts for less than 30 days ago
2 parents 246bd7f + a017b4a commit 7ef023a

File tree

1 file changed

+0
-1
lines changed
  • src/views/SurgeOverview/SurgeAlertsTable

1 file changed

+0
-1
lines changed

src/views/SurgeOverview/SurgeAlertsTable/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ function SurgeAlertsTable() {
7373
query: {
7474
limit,
7575
offset,
76-
created_at__gte: aMonthAgo.toISOString(),
7776
ordering,
7877

7978
// NOTE: following filters are required

0 commit comments

Comments
 (0)