Skip to content

Commit

Permalink
feat: change renderFormItem ItemType options to optional (#126)
Browse files Browse the repository at this point in the history
Co-authored-by: kongshan <kongshan@dtstack.com>
  • Loading branch information
kongshan-zhuyu and kongshan committed Aug 9, 2021
1 parent c62412b commit 9a98998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/renderFormItem/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ interface ItemType {
key: string | number;
required?: boolean;
component?: React.ReactNode;
options: {
options?: {
className?: string;
validateFirst?: boolean;
validateTrigger?: string[];
Expand Down

0 comments on commit 9a98998

Please sign in to comment.