Ver Fonte

remove redundant default value

Erik Sundell há 7 anos atrás
pai
commit
615fa6fc7d

+ 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}