1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

[PM-12732] - fix new send button (#11266)

* fix new send button

* simplify logic. use static class name where possible
This commit is contained in:
Jordan Aasen
2024-10-01 02:36:34 -07:00
committed by GitHub
parent 0ae672fc0c
commit 5a1583cb0a
3 changed files with 10 additions and 4 deletions

View File

@@ -23,7 +23,11 @@
<bit-no-items [icon]="noItemIcon" class="tw-text-main">
<ng-container slot="title">{{ "sendsNoItemsTitle" | i18n }}</ng-container>
<ng-container slot="description">{{ "sendsNoItemsMessage" | i18n }}</ng-container>
<tools-new-send-dropdown *ngIf="!sendsDisabled" slot="button"></tools-new-send-dropdown>
<tools-new-send-dropdown
[hideIcon]="true"
*ngIf="!sendsDisabled"
slot="button"
></tools-new-send-dropdown>
</bit-no-items>
</div>