X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=dashboard%2Fwebapp-frontend%2Fsrc%2Fapp%2Fac-xapp%2Fac-xapp.component.ts;fp=dashboard%2Fwebapp-frontend%2Fsrc%2Fapp%2Fac-xapp%2Fac-xapp.component.ts;h=12caad7292d0583fae9dd4f4fc789a34499a1857;hb=9925e0433fb1e3a84340ebdb01be8b0d704dba38;hp=1f1d61e2f64fc0aef9322a8079106428d376fdef;hpb=64a5e9470799236f0af4ce2df98f77c94eb1bed3;p=portal%2Fric-dashboard.git diff --git a/dashboard/webapp-frontend/src/app/ac-xapp/ac-xapp.component.ts b/dashboard/webapp-frontend/src/app/ac-xapp/ac-xapp.component.ts index 1f1d61e2..12caad72 100644 --- a/dashboard/webapp-frontend/src/app/ac-xapp/ac-xapp.component.ts +++ b/dashboard/webapp-frontend/src/app/ac-xapp/ac-xapp.component.ts @@ -36,7 +36,8 @@ import { NotificationService } from '../services/ui/notification.service'; }) export class AcXappComponent implements OnInit, OnDestroy { - private acForm: FormGroup; + //declare acForm as Public variable. Private variables should not be used in template HTML + acForm: FormGroup; private instanceChange: Subscription; private instanceKey: string;