Skip to content

Commit

Permalink
fix(InvoicePage): do not print tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanvanherwijnen committed Jan 4, 2025
1 parent befbf3e commit fe0fa72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/app/src/pages/InvoicePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
download="proposed_file_name"
:href="`${slimfactDownloaderUrl}/?uuid=${invoice.uuid}&host=${hostname}`"
>
<q-tooltip>
<q-tooltip class="no-print">
{{ lang.invoice.labels.download }}
</q-tooltip>
</q-btn>
Expand All @@ -229,7 +229,7 @@
color="primary"
@click="print"
>
<q-tooltip>
<q-tooltip class="no-print">
{{ lang.invoice.labels.print }}
</q-tooltip>
</q-btn>
Expand Down

0 comments on commit fe0fa72

Please sign in to comment.