diff --git a/src/components/Dropdown/Dropdown.stories.tsx b/src/components/Dropdown/Dropdown.stories.tsx index 993adec5..cc8e53dd 100644 --- a/src/components/Dropdown/Dropdown.stories.tsx +++ b/src/components/Dropdown/Dropdown.stories.tsx @@ -9,7 +9,7 @@ interface Props extends DropdownMenuProps { side: "top" | "right" | "left" | "bottom"; type: "text" | "button"; } -const DropdownExample = ({ showArrow, disabled, side, type, ...props }: Props) => { +const DropdownExample = ({ showArrow, disabled, side, ...props }: Props) => { return (