From 0fcfb59f750894e7be6d087c61672a68ed4679d8 Mon Sep 17 00:00:00 2001 From: RachithaRamappa93 Date: Wed, 27 Jan 2021 18:43:58 +0530 Subject: Audit screen corrections from drawing board Change-Id: Ia1479d18f9af34e39258bd68ae0b14cb52f3fbd0 Issue-ID: VID-945 Signed-off-by: rachitha.ramappa@att.com --- vid-webpack-master/src/app/shared/storeUtil/utils/main.reducer.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vid-webpack-master/src/app/shared/storeUtil/utils/main.reducer.ts') diff --git a/vid-webpack-master/src/app/shared/storeUtil/utils/main.reducer.ts b/vid-webpack-master/src/app/shared/storeUtil/utils/main.reducer.ts index faf4aae4e..a8254b45d 100644 --- a/vid-webpack-master/src/app/shared/storeUtil/utils/main.reducer.ts +++ b/vid-webpack-master/src/app/shared/storeUtil/utils/main.reducer.ts @@ -31,6 +31,7 @@ import {pnfReducer} from "./pnf/pnf.reducers"; export let initialState: ServiceState = { serviceHierarchy: {}, + serviceInfoModel: {}, serviceInstance: {}, lcpRegionsAndTenants: new LcpRegionsAndTenants(), subscribers: null, @@ -44,6 +45,7 @@ export let initialState: ServiceState = { export interface ServiceState { serviceHierarchy: any; + serviceInfoModel: any; serviceInstance: { [uuid: string]: ServiceInstance; }; lcpRegionsAndTenants: LcpRegionsAndTenants; subscribers: SelectOptionInterface[]; -- cgit