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
dcbe12989f
commit
8afe48bb3e
@ -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> {
|
|||||||
}}
|
}}
|
||||||
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}
|
||||||
|
Loading…
Reference in New Issue
Block a user