Skip to content

Commit

Permalink
made dropdown disabled prop optional
Browse files Browse the repository at this point in the history
  • Loading branch information
luhis committed Jun 3, 2021
1 parent 7a327cc commit b7b9926
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 b7b9926

Please sign in to comment.