From 90c2f8c513c10b4f86f4c32ab8f0b892fd8a6dc6 Mon Sep 17 00:00:00 2001 From: ElishaSamPeterPrabhu <122255626+ElishaSamPeterPrabhu@users.noreply.github.com> Date: Wed, 18 Dec 2024 15:51:28 +0530 Subject: [PATCH] fix docs (#3088) --- .../components/modus-dropdown/modus-dropdown.stories.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stencil-workspace/storybook/stories/components/modus-dropdown/modus-dropdown.stories.tsx b/stencil-workspace/storybook/stories/components/modus-dropdown/modus-dropdown.stories.tsx index 7c7be9e9e..8a6b5de0f 100644 --- a/stencil-workspace/storybook/stories/components/modus-dropdown/modus-dropdown.stories.tsx +++ b/stencil-workspace/storybook/stories/components/modus-dropdown/modus-dropdown.stories.tsx @@ -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`