X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Fpolicy%2Fpolicy-type%2Fpolicy-type.component.ts;h=bf94ad25e1a81edc5c15c299d71670154b4eb569;hb=3ee775c98e03fb575e58ef0fed4e6aa00bb8d80a;hp=f6c8d2a19b6b594c97402d80e76d6b6d89d15aaa;hpb=1b0075b7dba448dc6ea494649e0141bee615b8f5;p=portal%2Fnonrtric-controlpanel.git diff --git a/webapp-frontend/src/app/policy/policy-type/policy-type.component.ts b/webapp-frontend/src/app/policy/policy-type/policy-type.component.ts index f6c8d2a..bf94ad2 100644 --- a/webapp-frontend/src/app/policy/policy-type/policy-type.component.ts +++ b/webapp-frontend/src/app/policy/policy-type/policy-type.component.ts @@ -18,7 +18,7 @@ * ========================LICENSE_END=================================== */ -import { Component, Input, OnInit, OnChanges, SimpleChanges} from "@angular/core"; +import { Component, Input, OnInit, OnChanges, SimpleChanges } from "@angular/core"; import { BehaviorSubject } from "rxjs"; import { PolicyType, PolicyTypeSchema } from "@interfaces/policy.types"; import { PolicyService } from "@services/policy/policy.service";