Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
ailZhou committed Sep 6, 2023
1 parent 29103d6 commit d3aaa35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions services/app-api/forms/wp.json
Original file line number Diff line number Diff line change
Expand Up @@ -675,6 +675,7 @@
{
"id": "initiative_wpTopic",
"type": "radio",
"validation": "radio",
"props": {
"label": "Work Plan topic:",
"hint": "Note: Initiative topics with * are required and must be selected at least once across all initiatives.",
Expand Down
1 change: 1 addition & 0 deletions services/ui-src/src/utils/testing/stsMockForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export const mockStandardSTSReportPageJson = {
{
id: "initiative_wpTopic",
type: "radio",
validation: "radio",
props: {
label: "Work Plan topic:",
hint: "Note: Initiative topics with * are required and must be selected at least once across all initiatives.",
Expand Down

0 comments on commit d3aaa35

Please sign in to comment.