Skip to content

Commit

Permalink
cd
Browse files Browse the repository at this point in the history
  • Loading branch information
angelaco11 committed Jan 17, 2025
1 parent 71c2caa commit 8354b5e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions services/app-api/forms/qms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,10 @@ export const qmsReportTemplate: ReportTemplate = {
{
label: "{Measure name version 1}",
value: "measure-1",
checkedChildren: [],
},
{
label: "{Measure name version 2}",
value: "measure-2",
checkedChildren: [],
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion services/app-api/types/reports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ export type ChoiceTemplate = {
label: string;
value: string;
checked?: boolean;
checkedChildren: PageElement[];
checkedChildren?: PageElement[];
};

export type MeasureTableTemplate = {
Expand Down

0 comments on commit 8354b5e

Please sign in to comment.