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:
@@ -109,7 +109,7 @@
|
||||
{{ "cancel" | i18n }}
|
||||
</button>
|
||||
<button
|
||||
*ngIf="canDelete$ | async"
|
||||
*ngIf="showDeleteButton"
|
||||
type="button"
|
||||
bitIconButton="bwi-trash"
|
||||
buttonType="danger"
|
||||
|
||||
Reference in New Issue
Block a user