Skip to content

Commit

Permalink
Update field to FormField as well
Browse files Browse the repository at this point in the history
  • Loading branch information
louwie17 committed Oct 28, 2024
1 parent c641723 commit a707275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dataviews/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ export type FormField =
| {
id: string;
layout?: 'regular' | 'panel' | 'inline';
field?: string;
field?: FormField;
fields?: FormField[];
};

Expand Down

0 comments on commit a707275

Please sign in to comment.