|
|
@@ -32,7 +32,8 @@
|
|
|
const periodOptions = [
|
|
|
{ id: 'today', label: 'Hoje (24h)' },
|
|
|
{ id: 'yesterday', label: 'Ontem' },
|
|
|
- { id: 'week', label: 'Últimos 7 dias' }
|
|
|
+ { id: 'week', label: 'Últimos 7 dias' },
|
|
|
+ { id: 'all_time', label: 'Todo o período' }
|
|
|
];
|
|
|
|
|
|
const sentimentFilterOptions = [
|