mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-19 05:02:40 +08:00
Add missing prop.
This commit is contained in:
parent
bb5a215f55
commit
793ca8064b
@ -38,10 +38,11 @@ export const FilledIn = () => (
|
||||
|
||||
export const LastViewed = () => (
|
||||
<Search {...baseProps} lastViewed={lastViewed}>
|
||||
{({ query, results, getMenuProps, getItemProps, highlightedIndex }) => (
|
||||
{({ query, results, closeMenu, getMenuProps, getItemProps, highlightedIndex }) => (
|
||||
<SearchResults
|
||||
query={query}
|
||||
results={results}
|
||||
closeMenu={closeMenu}
|
||||
getMenuProps={getMenuProps}
|
||||
getItemProps={getItemProps}
|
||||
highlightedIndex={highlightedIndex}
|
||||
|
Loading…
x
Reference in New Issue
Block a user