remove redundant default value

This commit is contained in:
Erik Sundell
2018-12-12 12:55:23 +01:00
parent ae922747db
commit bcb218f57c
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}