Skip to content

Commit

Permalink
Merge b7b9926 into cac912e
Browse files Browse the repository at this point in the history
  • Loading branch information
luhis committed Jun 3, 2021
2 parents cac912e + b7b9926 commit c62bec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dropdown/index.d.ts
Expand Up @@ -13,7 +13,7 @@ interface DropdownProps<T> {
up?: boolean;
align?: 'right';
icon?: React.ReactNode;
disabled: boolean;
disabled?: boolean;
}

interface DropdownItemProps<T> {
Expand Down

0 comments on commit c62bec4

Please sign in to comment.