Fix cachedDttm prop type (#3858)

This commit is contained in:
Grace Guo
2017-11-14 08:14:59 -08:00
committed by GitHub
parent ac57780607
commit de869973c7
2 changed files with 2 additions and 2 deletions

View File

@@ -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,