Setting properly the type to verify on SendAddEdit (#6252)

This commit is contained in:
aj-rosado 2023-09-11 11:37:46 +01:00 committed by GitHub
parent d149894aad
commit 93c11a7dab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
icon="bwi-external-link bwi-rotate-270 bwi-fw" icon="bwi-external-link bwi-rotate-270 bwi-fw"
[clickable]="true" [clickable]="true"
title="{{ 'sendFileCalloutHeader' | i18n }}" title="{{ 'sendFileCalloutHeader' | i18n }}"
*ngIf="showFilePopoutMessage && send.type === sendType.File && !disableSend" *ngIf="showFilePopoutMessage && type === sendType.File && !disableSend"
(click)="popOutWindow()" (click)="popOutWindow()"
> >
<div *ngIf="showChromiumFileWarning">{{ "sendLinuxChromiumFileWarning" | i18n }}</div> <div *ngIf="showChromiumFileWarning">{{ "sendLinuxChromiumFileWarning" | i18n }}</div>