mirror of
https://github.com/apache/superset.git
synced 2026-05-10 18:35:40 +00:00
chore: Clean up some console warnings (#11061)
* Upgrade a few packages * Update some prop types * Update HTML * Moar warning fixes * Remove wrapper div
This commit is contained in:
committed by
GitHub
parent
f01b8a30f7
commit
2fd8fca207
@@ -38,7 +38,7 @@ const propTypes = {
|
||||
colType: PropTypes.string,
|
||||
width: PropTypes.string,
|
||||
height: PropTypes.string,
|
||||
timeLag: PropTypes.string,
|
||||
timeLag: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
|
||||
timeRatio: PropTypes.string,
|
||||
comparisonType: PropTypes.string,
|
||||
showYAxis: PropTypes.bool,
|
||||
|
||||
Reference in New Issue
Block a user