Skip to content

Commit

Permalink
dropdown children property should be required
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmateusiak committed May 21, 2019
1 parent 58ce549 commit 7dc4404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/dropdowns.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export interface IContentRendererPayload {
}

export interface IDropdownProps {
children?: React.ReactNode;
children: React.ReactNode;
className?: string;
closeOnEscPress?: boolean;
closeOnEnterPress?: boolean;
Expand Down

0 comments on commit 7dc4404

Please sign in to comment.