mirror of
https://github.com/apache/superset.git
synced 2026-04-22 09:35:23 +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
@@ -35,7 +35,7 @@ import AsyncSelect from '../../components/AsyncSelect';
|
||||
|
||||
const propTypes = {
|
||||
actions: PropTypes.object.isRequired,
|
||||
height: PropTypes.string.isRequired,
|
||||
height: PropTypes.oneOfType([PropTypes.string, PropTypes.number]).isRequired,
|
||||
displayLimit: PropTypes.number.isRequired,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user