Skip to content

Commit

Permalink
docs(FormControl): small fix to selectPanel story
Browse files Browse the repository at this point in the history
  • Loading branch information
francinelucca committed Jan 22, 2025
1 parent bddbff5 commit 8c404a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ export const WithSelectPanel = () => {
<SelectPanel
title="Select labels"
subtitle="Use labels to organize issues and pull requests"
renderAnchor={({children, 'aria-labelledby': ariaLabelledBy, id, ...anchorProps}) => (
renderAnchor={({children, id, ...anchorProps}) => (
<Button
trailingAction={TriangleDownIcon}
aria-labelledby={`select_panel_label selectpanel_wrapper`}
Expand Down

0 comments on commit 8c404a6

Please sign in to comment.