MOBILE-4470 chore: Fix HTML missing fields
This commit is contained in:
		
							parent
							
								
									dfbf591e2a
								
							
						
					
					
						commit
						df6b6788d6
					
				@ -5,7 +5,7 @@
 | 
			
		||||
    </div>
 | 
			
		||||
 | 
			
		||||
    <ion-textarea [hidden]="rteEnabled" #textarea class="core-textarea" role="textbox" [attr.name]="name" ngControl="control"
 | 
			
		||||
        [placeholder]="placeholder" [attr.aria-labelledby]="ariaLabelledBy" (ionChange)="onChange()" (ionFocus)="focusRTE($event)"
 | 
			
		||||
        [placeholder]="placeholder" [aria-labelledby]="ariaLabelledBy" (ionChange)="onChange()" (ionFocus)="focusRTE($event)"
 | 
			
		||||
        (ionBlur)="blurRTE($event)" />
 | 
			
		||||
 | 
			
		||||
    <div class="core-rte-info-message" *ngIf="infoMessage">
 | 
			
		||||
 | 
			
		||||
@ -23,7 +23,7 @@
 | 
			
		||||
        <core-sites-list [accountsList]="accountsList" [sitesClickable]="true" [currentSiteClickable]="false"
 | 
			
		||||
            (onSiteClicked)="login($event)">
 | 
			
		||||
            <ng-template #siteItem let-site="site" let-isCurrentSite="isCurrentSite">
 | 
			
		||||
                <ion-icon *ngIf="isCurrentSite" color="success" name="fas-check" />
 | 
			
		||||
                <ion-icon *ngIf="isCurrentSite" color="success" name="fas-check" aria-hidden="true" />
 | 
			
		||||
 | 
			
		||||
                <ng-container *ngIf="!isCurrentSite">
 | 
			
		||||
                    <ion-badge slot="end" *ngIf="!showDelete && site.badge" @coreShowHideAnimation>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user