Skip to content

Commit c79cf18

Browse files
committed
remove "experimental" note for built-in web clients #80
1 parent c740a21 commit c79cf18

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/web/src/app/_options/account-edit.component.html

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
<div class="form-group required">
4444
<ng-template #entryUrlItemTemplate let-item="item" let-index="index">
4545
{{ item.title }}
46-
<span class="badge badge-secondary" *ngIf="isLocalWebClient(item)">experimental</span>
4746
</ng-template>
4847
<label>Domain</label>
4948
<ng-select [items]="entryUrlItems" [clearable]="false" formControlName="entryUrl" id="accountEditFormEntryUrlField"

0 commit comments

Comments
 (0)