remove redundant default value

This commit is contained in:
Erik Sundell
2019-01-02 13:03:16 +01:00
parent 4d19ac5c02
commit 615fa6fc7d
2 changed files with 0 additions and 2 deletions
@@ -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}
@@ -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}