mirror of
https://github.com/apache/superset.git
synced 2026-06-06 16:19:18 +00:00
11 lines
149 B
JavaScript
11 lines
149 B
JavaScript
export const TIME_CHOICES = [
|
|
'1 hour ago',
|
|
'12 hours ago',
|
|
'1 day ago',
|
|
'7 days ago',
|
|
'28 days ago',
|
|
'90 days ago',
|
|
'1 year ago',
|
|
];
|
|
|