mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
set issearchable default value to true
This commit is contained in:
@@ -22,6 +22,7 @@ export class MetricSelect extends React.Component<Props, State> {
|
||||
static defaultProps = {
|
||||
variables: [],
|
||||
options: [],
|
||||
isSearchable: true,
|
||||
};
|
||||
|
||||
constructor(props) {
|
||||
|
||||
Reference in New Issue
Block a user