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