[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
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
<bit-form-field *ngIf="sendLink"> <bit-form-field *ngIf="sendLink">
<bit-label>{{ "sendLink" | i18n }}</bit-label> <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 <button
type="button" type="button"
bitSuffix bitSuffix