fix(print): hide bucket select icon

This commit is contained in:
kolaente 2026-05-20 17:54:15 +02:00
parent 612628a657
commit bc7c2059aa
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
{{ currentBucketTitle }}
<Icon
icon="pencil-alt"
class="change-indicator"
class="change-indicator d-print-none"
/>
</BaseButton>
</template>