You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by gr...@apache.org on 2017/11/14 16:15:06 UTC

[incubator-superset] branch master updated: Fix cachedDttm prop type (#3858)

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 de86997  Fix cachedDttm prop type (#3858)
de86997 is described below

commit de869973c7cc9518cfac4878ff7f80896fee2299
Author: Grace Guo <gr...@airbnb.com>
AuthorDate: Tue Nov 14 08:14:59 2017 -0800

    Fix cachedDttm prop type (#3858)
---
 superset/assets/javascripts/dashboard/components/GridCell.jsx    | 2 +-
 superset/assets/javascripts/dashboard/components/SliceHeader.jsx | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/superset/assets/javascripts/dashboard/components/GridCell.jsx b/superset/assets/javascripts/dashboard/components/GridCell.jsx
index 26d8eeb..b0c86ad 100644
--- a/superset/assets/javascripts/dashboard/components/GridCell.jsx
+++ b/superset/assets/javascripts/dashboard/components/GridCell.jsx
@@ -12,7 +12,7 @@ const propTypes = {
   datasource: PropTypes.object,
   isLoading: PropTypes.bool,
   isCached: PropTypes.bool,
-  cachedDttm: PropTypes.number,
+  cachedDttm: PropTypes.string,
   isExpanded: PropTypes.bool,
   widgetHeight: PropTypes.number,
   widgetWidth: PropTypes.number,
diff --git a/superset/assets/javascripts/dashboard/components/SliceHeader.jsx b/superset/assets/javascripts/dashboard/components/SliceHeader.jsx
index 8360017..4e8a335 100644
--- a/superset/assets/javascripts/dashboard/components/SliceHeader.jsx
+++ b/superset/assets/javascripts/dashboard/components/SliceHeader.jsx
@@ -12,7 +12,7 @@ const propTypes = {
   exportCSVUrl: PropTypes.string,
   isExpanded: PropTypes.bool,
   isCached: PropTypes.bool,
-  cachedDttm: PropTypes.number,
+  cachedDttm: PropTypes.string,
   formDataExtra: PropTypes.object,
   removeSlice: PropTypes.func,
   updateSliceName: PropTypes.func,

-- 
To stop receiving notification emails like this one, please contact
['"commits@superset.apache.org" <co...@superset.apache.org>'].