1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

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

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>