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 = {
exportCSVUrl: PropTypes.string,
isExpanded: PropTypes.bool,
isCached: PropTypes.bool,
cachedDttm: PropTypes.number,
cachedDttm: PropTypes.string,
formDataExtra: PropTypes.object,
removeSlice: PropTypes.func,
updateSliceName: PropTypes.func,