mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Select: Fixed isOpen issue
This commit is contained in:
@@ -107,7 +107,6 @@ export class Select<T> extends PureComponent<SelectProps<T>> {
|
||||
isLoading: false,
|
||||
backspaceRemovesValue: true,
|
||||
maxMenuHeight: 300,
|
||||
isOpen: false,
|
||||
components: {
|
||||
Option: SelectOption,
|
||||
SingleValue,
|
||||
|
||||
Reference in New Issue
Block a user