mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-01 05:05:25 +08:00
Remove unused prop
This commit is contained in:
parent
56b908ca40
commit
9af3afc42e
@ -109,8 +109,6 @@ export default class SearchBox extends React.Component {
|
||||
style={modalStyle}
|
||||
contentLabel="Search"
|
||||
shouldReturnFocusAfterClose={false}
|
||||
// see https://github.com/reactjs/react-modal/pull/540/files#r148984350
|
||||
shouldFocusAfterRender={false}
|
||||
>
|
||||
<FuzzySearch
|
||||
list={formatStories(this.props.stories)}
|
||||
|
Loading…
x
Reference in New Issue
Block a user