mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
remove redundant default value
This commit is contained in:
parent
caedbc67b8
commit
2bc38b7907
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user