From 8afe48bb3e057a22cee779aad359602f7b428266 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Wed, 12 Dec 2018 12:55:23 +0100 Subject: [PATCH] remove redundant default value --- .../datasource/stackdriver/components/OptionGroupPicker.tsx | 1 - .../plugins/datasource/stackdriver/components/OptionPicker.tsx | 1 - 2 files changed, 2 deletions(-) diff --git a/public/app/plugins/datasource/stackdriver/components/OptionGroupPicker.tsx b/public/app/plugins/datasource/stackdriver/components/OptionGroupPicker.tsx index 7401b226413..f7863dd2a16 100644 --- a/public/app/plugins/datasource/stackdriver/components/OptionGroupPicker.tsx +++ b/public/app/plugins/datasource/stackdriver/components/OptionGroupPicker.tsx @@ -41,7 +41,6 @@ export class OptionGroupPicker extends React.Component { }} styles={ResetStyles} isSearchable={searchable} - maxMenuHeight={50} onChange={option => onChange(option.value)} getOptionValue={i => i.value} getOptionLabel={i => i.label} diff --git a/public/app/plugins/datasource/stackdriver/components/OptionPicker.tsx b/public/app/plugins/datasource/stackdriver/components/OptionPicker.tsx index 3d99ed3bafc..64d68f1bd70 100644 --- a/public/app/plugins/datasource/stackdriver/components/OptionPicker.tsx +++ b/public/app/plugins/datasource/stackdriver/components/OptionPicker.tsx @@ -39,7 +39,6 @@ export class OptionPicker extends React.Component { }} styles={ResetStyles} isSearchable={searchable} - maxMenuHeight={50} onChange={option => onChange(option.value)} getOptionValue={i => i.value} getOptionLabel={i => i.label}