Browse Source

remove redundant default value

Erik Sundell 7 years ago
parent
commit
bcb218f57c

+ 0 - 1
public/app/plugins/datasource/stackdriver/components/OptionGroupPicker.tsx

@@ -41,7 +41,6 @@ export class OptionGroupPicker extends React.Component<Props, any> {
         }}
         styles={ResetStyles}
         isSearchable={searchable}
-        maxMenuHeight={50}
         onChange={option => onChange(option.value)}
         getOptionValue={i => i.value}
         getOptionLabel={i => i.label}

+ 0 - 1
public/app/plugins/datasource/stackdriver/components/OptionPicker.tsx

@@ -39,7 +39,6 @@ export class OptionPicker extends React.Component<Props, any> {
         }}
         styles={ResetStyles}
         isSearchable={searchable}
-        maxMenuHeight={50}
         onChange={option => onChange(option.value)}
         getOptionValue={i => i.value}
         getOptionLabel={i => i.label}