Merge pull request #1743 from bitwarden/fix-appboxrow-error

Fix appBoxRow error
This commit is contained in:
Thomas Rittson 2021-03-26 09:02:29 +10:00 committed by GitHub
commit 7cd50a13bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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>