fix(defaultQueryConfig): if in rule remove upper dashboard time (#5336)

1.7.x
Michael Desa 2019-12-19 13:46:19 -08:00 committed by GitHub
parent ab3f5c1d70
commit ca6aaca1df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ const defaultQueryConfig = (
status: null,
shifts: [],
fill: null,
range: TEMPLATE_RANGE,
range: isKapacitorRule ? {...TEMPLATE_RANGE, upper: null} : TEMPLATE_RANGE,
originalQuery: null,
}