mirror of
https://github.com/apache/superset.git
synced 2026-04-21 00:54:44 +00:00
Fix cachedDttm prop type (#3858)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user