Fix cachedDttm prop type (#3858)
This commit is contained in:
parent
ac57780607
commit
de869973c7
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue