We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b11e02 commit b1b8674Copy full SHA for b1b8674
packages/ecc-client-ga4gh-wes/src/components/run/run.ts
@@ -732,7 +732,7 @@ export class ECCClientGa4ghWesRun extends LitElement {
732
: ""}
733
734
<ecc-utils-design-tabs-content value="outputs">
735
- ${this.renderOutputsTab()}
+ <slot name="outputs">${this.renderOutputsTab()}</slot>
736
</ecc-utils-design-tabs-content>
737
</ecc-utils-design-tabs>
738
</div>
0 commit comments