Skip to content

Commit

Permalink
add missing asterisks for required fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Clare Constantine committed Sep 5, 2017
1 parent 3db71b9 commit 5c3595d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export default class WorkshopQuality extends FormComponent {
label: "Please explain why not.",
name: "willNotTeachExplanation",
type: "text",
required: true
})
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ export default class WorkshopResults extends FormComponent {
this.buildFieldGroup({
label: "Please provide the best method for contacting you.",
name: "howToContact",
required: true,
type: "text",
})
}
Expand Down

0 comments on commit 5c3595d

Please sign in to comment.