We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c740a21 commit c79cf18Copy full SHA for c79cf18
src/web/src/app/_options/account-edit.component.html
@@ -43,7 +43,6 @@
43
<div class="form-group required">
44
<ng-template #entryUrlItemTemplate let-item="item" let-index="index">
45
{{ item.title }}
46
- <span class="badge badge-secondary" *ngIf="isLocalWebClient(item)">experimental</span>
47
</ng-template>
48
<label>Domain</label>
49
<ng-select [items]="entryUrlItems" [clearable]="false" formControlName="entryUrl" id="accountEditFormEntryUrlField"
0 commit comments