fix(ui): update default time range to relative time range

pull/12534/head
Iris Scholten 2019-03-11 19:12:50 -07:00
parent 98915875cf
commit b10a044e01
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ export const TIME_RANGES: TimeRange[] = [
},
]
export const DEFAULT_TIME_RANGE: TimeRange = TIME_RANGES[1]
export const DEFAULT_TIME_RANGE: TimeRange = TIME_RANGES[2]
export const ABSOLUTE = 'absolute'
export const INVALID = 'invalid'