Skip to content

Commit a017b4a

Browse files
roshni73samshara
authored andcommitted
Remove filter that only shows Alerts that have been created less than 30 days ago in Surge Global Overview page
1 parent 246bd7f commit a017b4a

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)