From d5739fde3a668c4f657ea900b93377e17743202c Mon Sep 17 00:00:00 2001 From: Arundathi Patil Date: Tue, 21 May 2019 20:12:12 +0530 Subject: Fixed defect CCSDK-1339 Fixed defect ccsdk-1339 Issue-ID: CCSDK-1339 Change-Id: Iabf12c0c7430cda9a259d1917f344d58c432bd05 Signed-off-by: Arundathi Patil --- cds-ui/client/src/app/common/core/store/models/blueprintState.model.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'cds-ui/client/src/app/common/core/store/models/blueprintState.model.ts') diff --git a/cds-ui/client/src/app/common/core/store/models/blueprintState.model.ts b/cds-ui/client/src/app/common/core/store/models/blueprintState.model.ts index 13d7d53fe..6d3aa8c93 100644 --- a/cds-ui/client/src/app/common/core/store/models/blueprintState.model.ts +++ b/cds-ui/client/src/app/common/core/store/models/blueprintState.model.ts @@ -29,6 +29,7 @@ export interface IBlueprintState { files?: any; filesData?: any; uploadedFileName?: string; + entryDefinition?: string; isLoadSuccess?: boolean; isUpdateSuccess?: boolean; isSaveSuccess?: boolean; -- cgit 1.2.3-korg