remove redundant default value

This commit is contained in:
Erik Sundell 2018-12-12 12:55:23 +01:00
parent dcbe12989f
commit 8afe48bb3e
2 changed files with 0 additions and 2 deletions

View File

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

View File

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