Commit 2bc38b79 by Erik Sundell

remove redundant default value

parent caedbc67
...@@ -41,7 +41,6 @@ export class OptionGroupPicker extends React.Component<Props, any> { ...@@ -41,7 +41,6 @@ export class OptionGroupPicker extends React.Component<Props, any> {
}} }}
styles={ResetStyles} styles={ResetStyles}
isSearchable={searchable} isSearchable={searchable}
maxMenuHeight={50}
onChange={option => onChange(option.value)} onChange={option => onChange(option.value)}
getOptionValue={i => i.value} getOptionValue={i => i.value}
getOptionLabel={i => i.label} getOptionLabel={i => i.label}
......
...@@ -39,7 +39,6 @@ export class OptionPicker extends React.Component<Props, any> { ...@@ -39,7 +39,6 @@ export class OptionPicker extends React.Component<Props, any> {
}} }}
styles={ResetStyles} styles={ResetStyles}
isSearchable={searchable} isSearchable={searchable}
maxMenuHeight={50}
onChange={option => onChange(option.value)} onChange={option => onChange(option.value)}
getOptionValue={i => i.value} getOptionValue={i => i.value}
getOptionLabel={i => i.label} getOptionLabel={i => i.label}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment