Skip to content

Commit

Permalink
docs(Search): fix story prop
Browse files Browse the repository at this point in the history
  • Loading branch information
YossiSaadi committed Apr 17, 2024
1 parent 53c929a commit a04f470
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const WithAdditionalAction: Story = {
render: () => (
<Search
placeholder="Search with icon"
additionalActionRender={<IconButton icon={FilterIcon} ariaLabel="Filter results" size={IconButton.sizes.SMALL} />}
renderAction={<IconButton icon={FilterIcon} ariaLabel="Filter results" size={IconButton.sizes.SMALL} />}
/>
),

Expand Down

0 comments on commit a04f470

Please sign in to comment.