mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 06:13:38 +00:00
Merge pull request #1743 from bitwarden/fix-appboxrow-error
Fix appBoxRow error
This commit is contained in:
@@ -148,8 +148,8 @@
|
||||
<ng-container *ngTemplateOutlet="deletionDateCustom"></ng-container>
|
||||
</div>
|
||||
</ng-container>
|
||||
<ng-container *ngIf="editMode" appBoxRow>
|
||||
<div class="box-content-row">
|
||||
<ng-container *ngIf="editMode">
|
||||
<div class="box-content-row" appBoxRow>
|
||||
<label for="editDeletionDate">{{'deletionDate' | i18n}}</label>
|
||||
<ng-container *ngTemplateOutlet="deletionDateCustom"></ng-container>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user