Skip to content

Commit 5303acd

Browse files
authored
feat(add notes to ui compare reports): add notes to ui compare reports (#314)
* feat(notes): add notes to UI in compare reports
1 parent a344120 commit 5303acd

File tree

4 files changed

+50
-44
lines changed

4 files changed

+50
-44
lines changed

package-lock.json

Lines changed: 43 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/reports/models/aggregateReportManager.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ async function aggregateReport (report) {
3636
reportInput.revision_id = report.revision_id;
3737
reportInput.score = report.score;
3838
reportInput.benchmark_weights_data = report.benchmark_weights_data;
39+
reportInput.notes = report.notes;
3940

4041
reportInput.status = mapReportStatus(report.status);
4142

0 commit comments

Comments
 (0)