Skip to content

Commit

Permalink
select component takes initial values
Browse files Browse the repository at this point in the history
Signed-off-by: aribalam <[email protected]>
  • Loading branch information
aribalam committed Sep 18, 2020
1 parent 296a710 commit 0f18fcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/ui/react-app/src/pages/graph/Panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ class Panel extends Component<PanelProps & PathPrefixProps, PanelState> {
<div className="store-filter-wrapper">
<label className="store-filter-label">Store Filter:</label>
<Select
defaultValue={options.storeMatches}
options={stores}
isMulti
getOptionLabel={(option: Store) => option.name}
Expand Down

0 comments on commit 0f18fcf

Please sign in to comment.