Explorar o código

Select: Fixed isOpen issue

Torkel Ödegaard %!s(int64=6) %!d(string=hai) anos
pai
achega
aa400d54e1
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      packages/grafana-ui/src/components/Select/Select.tsx

+ 0 - 1
packages/grafana-ui/src/components/Select/Select.tsx

@@ -107,7 +107,6 @@ export class Select<T> extends PureComponent<SelectProps<T>> {
     isLoading: false,
     backspaceRemovesValue: true,
     maxMenuHeight: 300,
-    isOpen: false,
     components: {
       Option: SelectOption,
       SingleValue,