mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-26 07:59:48 +03:00
Fix
This commit is contained in:
parent
001bef7138
commit
3e16c3e11c
|
@ -31,6 +31,7 @@ describe('Select', function () {
|
|||
isLoading
|
||||
isMulti
|
||||
isSearchable={false}
|
||||
menuPlacement="top"
|
||||
/>
|
||||
);
|
||||
expect(renderToJson(wrapper)).toMatchSnapshot();
|
||||
|
|
|
@ -205,6 +205,7 @@ class Dispatcher extends Component<Props, State> {
|
|||
{actionElement}
|
||||
<Toolbar>
|
||||
<Select
|
||||
menuPlacement="top"
|
||||
onChange={(option) => this.selectActionCreator(option!.value)}
|
||||
value={
|
||||
options.find((option) => option.value === this.state.selected) ||
|
||||
|
|
Loading…
Reference in New Issue
Block a user