Skip to content

Commit eed7422

Browse files
authored
Merge branch 'main' into mta-1843
2 parents 72b9e76 + 4b1ffa9 commit eed7422

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

client/src/app/pages/reports/components/application-landscape/application-landscape.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ const aggregateRiskData = (
8787
red: high,
8888
unknown,
8989
unassessed,
90-
applicationsCount: processedAppIds.size,
90+
applicationsCount: applications.length,
9191
};
9292
};
9393

client/src/app/queries/questionnaires.ts

+1
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ export const downloadQuestionnaire = async (
160160
delete yamlData.updateUser;
161161
delete yamlData.createTime;
162162
delete yamlData.id;
163+
delete yamlData.required;
163164

164165
const newYamlData = yaml.dump(yamlData);
165166

0 commit comments

Comments
 (0)