Skip to content

Commit

Permalink
PI-16879: Adding title attribute to vendorFields Form entity
Browse files Browse the repository at this point in the history
  • Loading branch information
gastontulipani authored and naponce committed Nov 25, 2019
1 parent 4f6758c commit feb5e94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
@AllArgsConstructor
@NoArgsConstructor
public class Form {

private String title;
private List<VendorRequiredField> fields;
private int order;
}

0 comments on commit feb5e94

Please sign in to comment.