changed ngIf to hidden for send options

This commit is contained in:
addison 2021-08-18 04:43:44 -04:00
parent 5d0867ebee
commit 63baeec66f
1 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,7 @@
<i *ngIf="showOptions" class="fa fa-chevron-up fa-sm icon"></i>
</div>
</div>
<ng-container *ngIf="showOptions">
<div [hidden]="!showOptions">
<app-send-efflux-dates
[initialDeletionDate]="send.deletionDate" [initialExpirationDate]="send.expirationDate"
[editMode]="editMode" [disabled]="disableSend" (datesChanged)="setDates($event)" (popOutWindow)="popOutWindow()">
@ -200,7 +200,7 @@
</div>
</div>
</div>
</ng-container>
</div>
<!-- Delete -->
<div class="box list" *ngIf="editMode">
<div class="box-content single-line">