1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 14:53:33 +00:00

Fix click on copy send link and delete send buttons (#11120)

Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
This commit is contained in:
Daniel James Smith
2024-09-18 15:17:07 +02:00
committed by GitHub
parent bd4b3933a4
commit be6f257398

View File

@@ -30,6 +30,7 @@
<span slot="secondary"> <span slot="secondary">
{{ "deletionDate" | i18n }}:&nbsp;{{ send.deletionDate | date: "mediumDate" }} {{ "deletionDate" | i18n }}:&nbsp;{{ send.deletionDate | date: "mediumDate" }}
</span> </span>
</button>
<ng-container slot="end"> <ng-container slot="end">
<bit-item-action> <bit-item-action>
<button <button
@@ -51,7 +52,6 @@
></button> ></button>
</bit-item-action> </bit-item-action>
</ng-container> </ng-container>
</button>
</bit-item> </bit-item>
</bit-item-group> </bit-item-group>
</bit-section> </bit-section>