Skip to content

Commit

Permalink
Merge pull request #887 from opencb/TASK-5692
Browse files Browse the repository at this point in the history
TASK-5692 - Add a comment box in the section "Results" in Observations
  • Loading branch information
jmjuanes authored Mar 27, 2024
2 parents 156d585 + d125c90 commit b0b6393
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/webcomponents/variant/custom/steiner-report.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ class SteinerReport extends LitElement {
deletionAggreationCount: 0,
deletionAggregationStats: null,
qcPlots: {},
results: "",
};

const allPromises = [
Expand Down Expand Up @@ -1007,6 +1008,15 @@ class SteinerReport extends LitElement {
`,
},
},
{
title: "Results Interpretation",
type: "input-text",
field: "results",
display: {
rows: 5,
defaultValue: "",
},
},
]
},
{
Expand Down

0 comments on commit b0b6393

Please sign in to comment.