Skip to content

Commit

Permalink
feat(form): form groups can now have a title
Browse files Browse the repository at this point in the history
  • Loading branch information
cbourget committed May 31, 2019
1 parent 581062c commit 11e078d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/common/src/lib/form/shared/form.interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export interface Form {

export interface FormFieldGroupConfig {
name: string;
title?: string;
options?: FormFieldGroupOptions;
}

Expand Down

0 comments on commit 11e078d

Please sign in to comment.