Add test coverage to NoTypePolicyInstanceDialog
[portal/nonrtric-controlpanel.git] / webapp-frontend / src / app / policy-control / policy-instance-dialog.component.html
index a533ed0..76a9ae0 100644 (file)
@@ -45,7 +45,7 @@
             <mat-select id="ricSelector" formControlName="ricSelector" matInput required [(value)]="this.ric"
                 placeholder="Target"
                 matTooltip="Element where the policy instance resides, e.g. a gNodeB or Near-RT RIC">
-                <mat-option *ngFor="let ric of this.allRics.rics" [value]="ric">
+                <mat-option *ngFor="let ric of this.allRics" [value]="ric">
                     {{ric.ric_id}}
                 </mat-option>
             </mat-select>