Skip to content

Commit

Permalink
Wrap export components on Sample page
Browse files Browse the repository at this point in the history
  • Loading branch information
XanderVertegaal committed Oct 9, 2024
1 parent 3b0090e commit ea105c1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions frontend/src/app/sample/sample.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@
</tbody>
</table>

<pp-export-buttons [loading$]="loading$" (exportResult)="exportResult($event, sample.sentence)" />
<section>
<h4 class="title is-4" i18n>Export results</h4>
<pp-export-buttons [loading$]="loading$" (exportResult)="exportResult($event, sample.sentence)" />
<pp-spindle-parse-result [textOutput]="textOutput"/>
</section>
}

<pp-spindle-parse-result [textOutput]="textOutput$ | async"/>

0 comments on commit ea105c1

Please sign in to comment.