Fix calendar selection (#11959)

This commit is contained in:
Nicolas Mowen
2024-06-14 12:14:32 -05:00
committed by GitHub
parent 2934c7817d
commit b49cda274d
3 changed files with 20 additions and 4 deletions

View File

@@ -8,3 +8,5 @@ export type FilterList = {
labels?: string[];
zones?: string[];
};
export const LAST_24_HOURS_KEY = "last24Hours";