From 404162a4e997feba3fd6c21f438bcfe8e1ad2281 Mon Sep 17 00:00:00 2001 From: Arundathi Patil Date: Mon, 13 May 2019 14:41:15 +0530 Subject: Fixed defect CCSDK-1326 fixed defect ccsdk-1326 Issue-ID; CCSDK-1326 Change-Id: Ibfc6d6df0fa47569e326fd9e61227e08c36aa0c2 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 6d2659248..13d7d53fe 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 @@ -28,6 +28,7 @@ export interface IBlueprintState { name?: string; files?: any; filesData?: any; + uploadedFileName?: string; isLoadSuccess?: boolean; isUpdateSuccess?: boolean; isSaveSuccess?: boolean; -- cgit 1.2.3-korg