mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-13 19:51:37 +01:00
Setting properly the type to verify on SendAddEdit (#6252)
This commit is contained in:
parent
d149894aad
commit
93c11a7dab
@ -27,7 +27,7 @@
|
||||
icon="bwi-external-link bwi-rotate-270 bwi-fw"
|
||||
[clickable]="true"
|
||||
title="{{ 'sendFileCalloutHeader' | i18n }}"
|
||||
*ngIf="showFilePopoutMessage && send.type === sendType.File && !disableSend"
|
||||
*ngIf="showFilePopoutMessage && type === sendType.File && !disableSend"
|
||||
(click)="popOutWindow()"
|
||||
>
|
||||
<div *ngIf="showChromiumFileWarning">{{ "sendLinuxChromiumFileWarning" | i18n }}</div>
|
||||
|
Loading…
Reference in New Issue
Block a user