mirror of
https://github.com/apache/superset.git
synced 2026-04-16 22:55:52 +00:00
[hotfix] load selectors in render
This commit is contained in:
@@ -7,7 +7,7 @@ const propTypes = {
|
||||
label: PropTypes.string,
|
||||
description: PropTypes.string,
|
||||
onChange: PropTypes.func,
|
||||
value: PropTypes.oneOf([
|
||||
value: PropTypes.oneOfType([
|
||||
PropTypes.string,
|
||||
PropTypes.number,
|
||||
]),
|
||||
|
||||
Reference in New Issue
Block a user