Skip to content

Commit

Permalink
fix docs (#3088)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElishaSamPeterPrabhu authored Dec 18, 2024
1 parent 9aef9d8 commit 90c2f8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default {
};


const DefaultTemplate = ({ animateList, ariaLabel, borderRadius, customPlacement, disabled, placement, showDropdownListBorder }) => html`
const DefaultTemplate = ({ animateList, ariaLabel, borderRadius, customPlacement, disableCloseOnSelect, disabled, placement, showDropdownListBorder }) => html`
<modus-dropdown
animate-list=${animateList}
Expand Down

0 comments on commit 90c2f8c

Please sign in to comment.