1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-02 04:48:57 +02:00

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

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>