Skip to content

Commit 771b1f4

Browse files
committed
fix lint
1 parent 427f0c7 commit 771b1f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@react-spectrum/searchwithin/stories/SearchWithin.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function RenderSearchWithin(props: SearchWithinProps = {}) {
4949
function RenderReverse(props: SearchWithinProps = {}) {
5050
let {searchFieldProps, pickerProps, ...rest} = props;
5151
return (
52-
<SearchWithin label="Test label" {...props}>
52+
<SearchWithin label="Test label" {...rest}>
5353
<Picker defaultSelectedKey="all" {...pickerProps} onSelectionChange={action('selectionChange')}>
5454
<Item key="all">All</Item>
5555
<Item key="campaigns">Campaigns</Item>

0 commit comments

Comments
 (0)