This is an automated email from the ASF dual-hosted git repository.

graceguo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 1fbdd24  [fix] typo until (#6233)
1fbdd24 is described below

commit 1fbdd248206bf12e9999a7f1a3272592d1f53f73
Author: Grace Guo <grace....@airbnb.com>
AuthorDate: Tue Oct 30 14:22:03 2018 -0700

    [fix] typo until (#6233)
---
 superset/assets/src/chart/chartAction.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset/assets/src/chart/chartAction.js 
b/superset/assets/src/chart/chartAction.js
index 2898740..c26814e 100644
--- a/superset/assets/src/chart/chartAction.js
+++ b/superset/assets/src/chart/chartAction.js
@@ -78,7 +78,7 @@ export function runAnnotationQuery(annotation, timeout = 60, 
formData = null, ke
     fd.time_grain_sqla = granularity;
     fd.granularity = granularity;
     if (fd.time_range) {
-      [fd.since, fd.util] = fd.time_range.split(TIME_RANGE_SEPARATOR);
+      [fd.since, fd.until] = fd.time_range.split(TIME_RANGE_SEPARATOR);
     }
 
     const sliceFormData = Object.keys(annotation.overrides).reduce(

Reply via email to