1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 01:33:33 +00:00

Fix Delete button not showing in collection modal (#7304)

This commit is contained in:
Thomas Rittson
2023-12-29 09:54:00 +10:00
committed by GitHub
parent 163aab202b
commit 63384bead9
2 changed files with 4 additions and 8 deletions

View File

@@ -109,7 +109,7 @@
{{ "cancel" | i18n }}
</button>
<button
*ngIf="canDelete$ | async"
*ngIf="showDeleteButton"
type="button"
bitIconButton="bwi-trash"
buttonType="danger"