Skip to content

Commit

Permalink
Merge pull request #840 from opencb/TASK-5408
Browse files Browse the repository at this point in the history
TASK-5408 - Case Interpreter Landing Manager - Case not available
  • Loading branch information
gpveronica authored Dec 19, 2023
2 parents 6a2bb0f + 7133dac commit 566224e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,13 @@ class VariantInterpreterLanding extends LitElement {
buttonsLayout: "upper",
type: "tabs",
};

return html`
<div class="col-md-10 col-md-offset-1">
<tool-header title="Case Manager - ${clinicalAnalysis?.id ?? ""}" class="bg-white"></tool-header>
<div style="padding: 0 20px">
<clinical-analysis-update
.clinicalAnalysis="${clinicalAnalysis}"
.clinicalAnalysisId="${clinicalAnalysis?.id}"
.opencgaSession="${opencgaSession}"
.displayConfig="${displayConfig}"
@clinicalAnalysisUpdate="${this.onClinicalAnalysisUpdate}">
Expand Down

0 comments on commit 566224e

Please sign in to comment.