set issearchable default value to true

This commit is contained in:
Erik Sundell
2019-01-02 12:18:15 +01:00
parent 102a130a2d
commit 4928984825
3 changed files with 1 additions and 4 deletions

View File

@@ -22,6 +22,7 @@ export class MetricSelect extends React.Component<Props, State> {
static defaultProps = {
variables: [],
options: [],
isSearchable: true,
};
constructor(props) {