1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-07 09:31:31 +01:00

[PM-14022] - change send link to disabled (#11721)

* change send link to disabled

* change send link to disabled
This commit is contained in:
Jordan Aasen 2024-10-28 02:17:15 -07:00 committed by GitHub
parent 903c215867
commit e3f9035564
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@
<bit-form-field *ngIf="sendLink">
<bit-label>{{ "sendLink" | i18n }}</bit-label>
<input data-testid="send-link" bitInput type="text" [value]="sendLink" readonly />
<input data-testid="send-link" bitInput type="text" [value]="sendLink" disabled />
<button
type="button"
bitSuffix