mirror of
https://github.com/apache/superset.git
synced 2026-04-21 00:54:44 +00:00
test: Adds tests to the AnnotationLayer component (#13748)
This commit is contained in:
committed by
GitHub
parent
9156f089ff
commit
bb677b8ef1
@@ -221,6 +221,7 @@ export default class SelectControl extends React.PureComponent {
|
||||
disabled,
|
||||
filterOption,
|
||||
isLoading,
|
||||
label,
|
||||
menuPlacement,
|
||||
name,
|
||||
noResultsText,
|
||||
@@ -255,6 +256,7 @@ export default class SelectControl extends React.PureComponent {
|
||||
|
||||
const selectProps = {
|
||||
autoFocus,
|
||||
'aria-label': label,
|
||||
clearable,
|
||||
disabled,
|
||||
filterOption,
|
||||
|
||||
Reference in New Issue
Block a user